diff options
author | Andrew Cagney <cagney@redhat.com> | 1998-02-28 02:51:06 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1998-02-28 02:51:06 +0000 |
commit | 0e701ac37b0154048977636afe262f55a9150492 (patch) | |
tree | e84fefe5fad67b84aa35d7556388e8cc6161ed5f /sim/mips/sim-main.h | |
parent | 7c5d88c1bb671d64d01766531d48a1dfca8c8ee1 (diff) | |
download | gdb-0e701ac37b0154048977636afe262f55a9150492.zip gdb-0e701ac37b0154048977636afe262f55a9150492.tar.gz gdb-0e701ac37b0154048977636afe262f55a9150492.tar.bz2 |
Add generic sim-info.c:sim_info() function using module mechanism.
Clean up compile probs in mips/vr5400.
Diffstat (limited to 'sim/mips/sim-main.h')
-rw-r--r-- | sim/mips/sim-main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/mips/sim-main.h b/sim/mips/sim-main.h index 5dd7071..f9a9278 100644 --- a/sim/mips/sim-main.h +++ b/sim/mips/sim-main.h @@ -589,7 +589,6 @@ struct _sim_cpu { #define LLBIT ((CPU)->llbit) -#if 0 /* The HIACCESS and LOACCESS counts are used to ensure that corruptions caused by using the HI or LO register to close to a following operation are spotted. */ @@ -599,6 +598,7 @@ struct _sim_cpu { #define HIACCESS ((CPU)->hiaccess) #define LOACCESS ((CPU)->loaccess) +#if 0 unsigned_word HLPC; /* If either of the preceding two instructions have accessed the HI or LO registers, then the values they see should be |