diff options
Diffstat (limited to 'compiler/elf_writer_debug.h')
-rw-r--r-- | compiler/elf_writer_debug.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/elf_writer_debug.h b/compiler/elf_writer_debug.h index e19da088da..8e8472f678 100644 --- a/compiler/elf_writer_debug.h +++ b/compiler/elf_writer_debug.h @@ -33,7 +33,8 @@ struct MethodDebugInfo; template <typename ElfTypes> void WriteDebugInfo(ElfBuilder<ElfTypes>* builder, const ArrayRef<const MethodDebugInfo>& method_infos, - CFIFormat cfi_format); + CFIFormat cfi_format, + bool write_oat_patches); template <typename ElfTypes> void WriteMiniDebugInfo(ElfBuilder<ElfTypes>* builder, |