diff options
| author | 2015-04-13 20:34:10 +0000 | |
|---|---|---|
| committer | 2015-04-13 20:34:11 +0000 | |
| commit | a2ba36e0e617a02c0d5509699fa5386acb297065 (patch) | |
| tree | 245ce4265cc31990fa6d2f6e792ccd9d44af1dc1 /compiler/dex/quick/codegen_util.cc | |
| parent | 4af290af4e89cfbc3a4e1ada79909ccee353361a (diff) | |
| parent | 8dc7324da5bd0f2afd2ab558ab04882329a61fe8 (diff) | |
Merge "Add --include-cfi compiler option."
Diffstat (limited to 'compiler/dex/quick/codegen_util.cc')
| -rw-r--r-- | compiler/dex/quick/codegen_util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/dex/quick/codegen_util.cc b/compiler/dex/quick/codegen_util.cc index 5ea36c2769..9f4a318cc2 100644 --- a/compiler/dex/quick/codegen_util.cc +++ b/compiler/dex/quick/codegen_util.cc @@ -1071,7 +1071,7 @@ Mir2Lir::Mir2Lir(CompilationUnit* cu, MIRGraph* mir_graph, ArenaAllocator* arena pc_rel_temp_(nullptr), dex_cache_arrays_min_offset_(std::numeric_limits<uint32_t>::max()), cfi_(&last_lir_insn_, - cu->compiler_driver->GetCompilerOptions().GetIncludeDebugSymbols(), + cu->compiler_driver->GetCompilerOptions().GetIncludeCFI(), arena), in_to_reg_storage_mapping_(arena) { switch_tables_.reserve(4); |