aboutsummaryrefslogtreecommitdiff
path: root/gdb/tic6x-tdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/tic6x-tdep.h')
-rw-r--r--gdb/tic6x-tdep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tic6x-tdep.h b/gdb/tic6x-tdep.h
index 61978ea..886e1b8 100644
--- a/gdb/tic6x-tdep.h
+++ b/gdb/tic6x-tdep.h
@@ -50,7 +50,7 @@ struct tic6x_gdbarch_tdep : gdbarch_tdep_base
{
/* Return the expected next PC if FRAME is stopped at a syscall
instruction. */
- CORE_ADDR (*syscall_next_pc) (frame_info_ptr frame) = nullptr;
+ CORE_ADDR (*syscall_next_pc) (const frame_info_ptr &frame) = nullptr;
const gdb_byte *breakpoint = nullptr; /* Breakpoint instruction. */