summaryrefslogtreecommitdiff
path: root/compiler/debug/elf_debug_writer.h
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/debug/elf_debug_writer.h')
-rw-r--r--compiler/debug/elf_debug_writer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/debug/elf_debug_writer.h b/compiler/debug/elf_debug_writer.h
index 8ad0c4219a..e442e0016c 100644
--- a/compiler/debug/elf_debug_writer.h
+++ b/compiler/debug/elf_debug_writer.h
@@ -54,7 +54,7 @@ std::vector<uint8_t> MakeElfFileForJIT(
InstructionSet isa,
const InstructionSetFeatures* features,
bool mini_debug_info,
- const MethodDebugInfo& method_info);
+ ArrayRef<const MethodDebugInfo> method_infos);
std::vector<uint8_t> WriteDebugElfFileForClasses(
InstructionSet isa,