diff options
Diffstat (limited to 'compiler/compiled_method.h')
-rw-r--r-- | compiler/compiled_method.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/compiled_method.h b/compiler/compiled_method.h index b8cd851a1f..c98d06a01d 100644 --- a/compiler/compiled_method.h +++ b/compiler/compiled_method.h @@ -120,7 +120,8 @@ class CompiledMethod : public CompiledCode { const std::vector<uint8_t>& quick_code, const size_t frame_size_in_bytes, const uint32_t core_spill_mask, - const uint32_t fp_spill_mask); + const uint32_t fp_spill_mask, + const std::vector<uint8_t>* cfi_info); // Constructs a CompiledMethod for the Portable compiler. CompiledMethod(CompilerDriver* driver, InstructionSet instruction_set, const std::string& code, |