diff options
Diffstat (limited to 'gdb/inferior.h')
-rw-r--r-- | gdb/inferior.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/inferior.h b/gdb/inferior.h index 2c05f35b3ce..38c5b28ce4a 100644 --- a/gdb/inferior.h +++ b/gdb/inferior.h @@ -24,6 +24,7 @@ #define INFERIOR_H 1 struct gdbarch; +struct regcache; /* For bpstat. */ #include "breakpoint.h" @@ -396,7 +397,7 @@ extern int proceed_to_finish; Thus this contains the return value from the called function (assuming values are returned in a register). */ -extern char *stop_registers; +extern struct regcache *stop_registers; /* Nonzero if the child process in inferior_ptid was attached rather than forked. */ |