diff options
author | Jason Molenda <jmolenda@apple.com> | 1998-04-21 17:55:06 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 1998-04-21 17:55:06 +0000 |
commit | 5fe24ce03a5692668f10891cfb413ca2878faa36 (patch) | |
tree | 2b6219de7093a80be3c1ec9be5f2e8bad88b69a8 /sim | |
parent | 581fd0423c1597472bbbd9b0da7b0aaeedc0acba (diff) | |
download | gdb-5fe24ce03a5692668f10891cfb413ca2878faa36.zip gdb-5fe24ce03a5692668f10891cfb413ca2878faa36.tar.gz gdb-5fe24ce03a5692668f10891cfb413ca2878faa36.tar.bz2 |
Fix sanitize tag. The proper keyword is "start-sanitize-*", not
"begin-sanitize-*".
Diffstat (limited to 'sim')
-rw-r--r-- | sim/mips/sim-main.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/mips/sim-main.h b/sim/mips/sim-main.h index 9a8cd15..4e7b180 100644 --- a/sim/mips/sim-main.h +++ b/sim/mips/sim-main.h @@ -703,11 +703,11 @@ struct sim_state { #define status_TS (1 << 21) /* TLB shutdown has occurred */ #define status_ERL (1 << 2) /* Error level */ #define status_RP (1 << 27) /* Reduced Power mode */ -/* begin-sanitize-r5900 */ +/* start-sanitize-r5900 */ #define status_CU0 (1 << 28) /* COP0 usable */ #define status_CU1 (1 << 29) /* COP1 usable */ #define status_CU2 (1 << 30) /* COP2 usable */ -/* begin-sanitize-r5900 */ +/* end-sanitize-r5900 */ #define cause_BD ((unsigned)1 << 31) /* Exception in branch delay slot */ |