diff options
author | K. Richard Pixley <rich@cygnus> | 1991-05-19 07:27:02 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-05-19 07:27:02 +0000 |
commit | beff312ea7d0f3aec7bb7c5bc83cc4cacc18823b (patch) | |
tree | 5f4380926c837fcac6c4d094fa9c8401752205db /gdb/sparc-xdep.c | |
parent | 3c81fef579137cf5c8f0d06b8b5a187465358cf6 (diff) | |
download | gdb-beff312ea7d0f3aec7bb7c5bc83cc4cacc18823b.zip gdb-beff312ea7d0f3aec7bb7c5bc83cc4cacc18823b.tar.gz gdb-beff312ea7d0f3aec7bb7c5bc83cc4cacc18823b.tar.bz2 |
configure changes and -opcode.h movement.
Diffstat (limited to 'gdb/sparc-xdep.c')
-rw-r--r-- | gdb/sparc-xdep.c | 3 |
1 files changed, 2 insertions, 1 deletions
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) |