diff options
Diffstat (limited to 'src/compiler/dex/quick/codegen_util.cc')
-rw-r--r-- | src/compiler/dex/quick/codegen_util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/dex/quick/codegen_util.cc b/src/compiler/dex/quick/codegen_util.cc index ac2828c276..766cdce235 100644 --- a/src/compiler/dex/quick/codegen_util.cc +++ b/src/compiler/dex/quick/codegen_util.cc @@ -632,7 +632,7 @@ void Mir2Lir::CreateNativeGcMap() { max_native_offset = native_offset; } } - CompilerDriver::MethodReference method_ref(cu_->dex_file, cu_->method_idx); + MethodReference method_ref(cu_->dex_file, cu_->method_idx); const std::vector<uint8_t>* gc_map_raw = verifier::MethodVerifier::GetDexGcMap(method_ref); verifier::DexPcToReferenceMap dex_gc_map(&(*gc_map_raw)[4], gc_map_raw->size() - 4); // Compute native offset to references size. |