diff options
-rw-r--r-- | compiler/elf_writer_mclinker.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/elf_writer_mclinker.cc b/compiler/elf_writer_mclinker.cc index cdfb88149c..3a0c75bb5f 100644 --- a/compiler/elf_writer_mclinker.cc +++ b/compiler/elf_writer_mclinker.cc @@ -376,7 +376,7 @@ void ElfWriterMclinker::FixupOatMethodOffsets(const std::vector<const DexFile*>& (!method->IsStatic() || method->IsConstructor() || method->GetDeclaringClass()->IsInitialized())) { - method->SetOatCodeOffset(offset); + method->SetPortableOatCodeOffset(offset); } } it.Next(); |