diff options
Diffstat (limited to 'gdb/nios2-tdep.h')
-rw-r--r-- | gdb/nios2-tdep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/nios2-tdep.h b/gdb/nios2-tdep.h index ae68131..57e0de7 100644 --- a/gdb/nios2-tdep.h +++ b/gdb/nios2-tdep.h @@ -73,7 +73,7 @@ struct nios2_gdbarch_tdep : gdbarch_tdep_base { /* Assumes FRAME is stopped at a syscall (trap) instruction; returns the expected next PC. */ - CORE_ADDR (*syscall_next_pc) (frame_info_ptr frame, + CORE_ADDR (*syscall_next_pc) (const frame_info_ptr &frame, const struct nios2_opcode *op) = nullptr; /* Returns true if PC points to a kernel helper function. */ |