* armvirt.c (ABORTS): Do not define.
authorAlexandre Oliva <aoliva@redhat.com>
Tue, 4 Jul 2000 08:00:19 +0000 (08:00 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Tue, 4 Jul 2000 08:00:19 +0000 (08:00 +0000)
sim/arm/ChangeLog
sim/arm/armvirt.c

index b4ab3a4f798aa9202b5d5eeac911b222f6497191..7a436de0f98024f777c70156653b3d4e44dad38a 100644 (file)
@@ -1,5 +1,7 @@
 2000-07-04  Alexandre Oliva  <aoliva@redhat.com>
 
+       * armvirt.c (ABORTS): Do not define.
+
        * armdefs.h (struct ARMul_State): Add is_StrongARM.
        (ARM_Strong_Prop, STRONGARM): Define.
        * arminit.c (ARMul_NewState): Reset is_StrongARM.
index 38f0083d2d8df7eb73088460394f5cb03d882632..f9ac453a36306ed49a857056434e04681d95be63 100644 (file)
@@ -32,7 +32,7 @@ defined to generate aborts. */
 #define ABORTS 1
 #endif
 
-#define ABORTS
+/* #define ABORTS */
 
 #ifdef ABORTS                  /* the memory system will abort */
 /* For the old test suite Abort between 32 Kbytes and 32 Mbytes
This page took 0.02518 seconds and 4 git commands to generate.