From beff312ea7d0f3aec7bb7c5bc83cc4cacc18823b Mon Sep 17 00:00:00 2001 From: "K. Richard Pixley" Date: Sun, 19 May 1991 07:27:02 +0000 Subject: configure changes and -opcode.h movement. --- gdb/sparc-xdep.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gdb/sparc-xdep.c') diff --git a/gdb/sparc-xdep.c b/gdb/sparc-xdep.c index 89fcb8d..1bc392b 100644 --- a/gdb/sparc-xdep.c +++ b/gdb/sparc-xdep.c @@ -37,6 +37,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ extern char register_valid[]; +int deferred_stores = 0; /* Cumulates stores we want to do eventually. */ + /* Fetch one or more registers from the inferior. REGNO == -1 to get them all. We actually fetch more than requested, when convenient, marking them as valid so we won't fetch them again. */ @@ -131,7 +133,6 @@ fetch_inferior_registers (regno) #define INT_REGS 1 #define STACK_REGS 2 #define FP_REGS 4 -int deferred_stores = 0; /* Cumulates stores we want to do eventually. */ int store_inferior_registers (regno) -- cgit v1.1