diff options
Diffstat (limited to 'gdb/rs6000-tdep.h')
-rw-r--r-- | gdb/rs6000-tdep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/rs6000-tdep.h b/gdb/rs6000-tdep.h index b1ab64b..d5dea59 100644 --- a/gdb/rs6000-tdep.h +++ b/gdb/rs6000-tdep.h @@ -21,7 +21,7 @@ #include "defs.h" -extern int rs6000_software_single_step (struct regcache *regcache); +extern int rs6000_software_single_step (struct frame_info *frame); /* Hook in rs6000-tdep.c for determining the TOC address when calling functions in the inferior. */ |