diff options
Diffstat (limited to 'runtime/jit/debugger_interface.h')
-rw-r--r-- | runtime/jit/debugger_interface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/jit/debugger_interface.h b/runtime/jit/debugger_interface.h index 55a9137e1f..0bb3236870 100644 --- a/runtime/jit/debugger_interface.h +++ b/runtime/jit/debugger_interface.h @@ -32,7 +32,7 @@ class Mutex; class Thread; struct JITCodeEntry; -ArrayRef<const uint8_t> GetJITCodeEntrySymFile(JITCodeEntry*); +ArrayRef<const uint8_t> GetJITCodeEntrySymFile(const JITCodeEntry*); // Notify native tools (e.g. libunwind) that DEX file has been opened. void AddNativeDebugInfoForDex(Thread* self, const DexFile* dexfile); |