diff options
Diffstat (limited to 'gdb/mips-tdep.h')
-rw-r--r-- | gdb/mips-tdep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mips-tdep.h b/gdb/mips-tdep.h index 24ed678..5d9a524 100644 --- a/gdb/mips-tdep.h +++ b/gdb/mips-tdep.h @@ -125,7 +125,7 @@ struct mips_gdbarch_tdep : gdbarch_tdep_base /* Return the expected next PC if FRAME is stopped at a syscall instruction. */ - CORE_ADDR (*syscall_next_pc) (struct frame_info *frame) = nullptr; + CORE_ADDR (*syscall_next_pc) (frame_info_ptr frame) = nullptr; }; /* Register numbers of various important registers. */ |