diff options
Diffstat (limited to 'compiler/elf_writer_debug.h')
-rw-r--r-- | compiler/elf_writer_debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/elf_writer_debug.h b/compiler/elf_writer_debug.h index 39a99d6d38..4f1e333bd9 100644 --- a/compiler/elf_writer_debug.h +++ b/compiler/elf_writer_debug.h @@ -25,7 +25,7 @@ namespace art { namespace dwarf { void WriteDebugSections(const CompilerDriver* compiler, - const OatWriter* oat_writer, + OatWriter* oat_writer, uint32_t text_section_offset, std::vector<uint8_t>* eh_frame_data, std::vector<uint8_t>* debug_info_data, |