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 11f6c85..3e5ca44 100644 --- a/gdb/mips-tdep.h +++ b/gdb/mips-tdep.h @@ -95,7 +95,7 @@ enum }; /* Single step based on where the current instruction will take us. */ -extern int mips_software_single_step (struct regcache *regcache); +extern int mips_software_single_step (struct frame_info *frame); /* Tell if the program counter value in MEMADDR is in a MIPS16 function. */ |