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 ed43a0b702..1ce3c6f6f8 100644
--- a/compiler/debug/elf_debug_writer.h
+++ b/compiler/debug/elf_debug_writer.h
@@ -57,7 +57,7 @@ std::vector<uint8_t> MakeElfFileForJIT(
const MethodDebugInfo& method_info);
std::vector<uint8_t> PackElfFileForJIT(
- ArrayRef<JITCodeEntry*> jit_entries,
+ ArrayRef<const JITCodeEntry*> jit_entries,
ArrayRef<const void*> removed_symbols,
bool compress,
/*out*/ size_t* num_symbols);