]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix sanitize tag. The proper keyword is "start-sanitize-*", not
authorJason Molenda <jmolenda@apple.com>
Tue, 21 Apr 1998 17:55:06 +0000 (17:55 +0000)
committerJason Molenda <jmolenda@apple.com>
Tue, 21 Apr 1998 17:55:06 +0000 (17:55 +0000)
"begin-sanitize-*".

sim/mips/sim-main.h

index 9a8cd153c142fc6cd228e6dc67f47e199969dfc1..4e7b180c0ada801ac1f28c71a0f7726ecf3eadef 100644 (file)
@@ -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 */