diff options
Diffstat (limited to 'dex2oat/linker/image_test.h')
-rw-r--r-- | dex2oat/linker/image_test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dex2oat/linker/image_test.h b/dex2oat/linker/image_test.h index 067111824a..637578e622 100644 --- a/dex2oat/linker/image_test.h +++ b/dex2oat/linker/image_test.h @@ -339,7 +339,7 @@ inline void CompilationHelper::Compile(CompilerDriver* driver, writer->UpdateOatFileHeader(i, oat_writer->GetOatHeader()); elf_writer->WriteDynamicSection(); - elf_writer->WriteDebugInfo(oat_writer->GetMethodDebugInfo()); + elf_writer->WriteDebugInfo(oat_writer->GetDebugInfo()); bool success = elf_writer->End(); ASSERT_TRUE(success); |