* armvirt.c (ABORTS): Do not define.
This commit is contained in:
parent
1e6b544a97
commit
ae3c7619e1
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
2000-07-04 Alexandre Oliva <aoliva@redhat.com>
|
2000-07-04 Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
|
* armvirt.c (ABORTS): Do not define.
|
||||||
|
|
||||||
* armdefs.h (struct ARMul_State): Add is_StrongARM.
|
* armdefs.h (struct ARMul_State): Add is_StrongARM.
|
||||||
(ARM_Strong_Prop, STRONGARM): Define.
|
(ARM_Strong_Prop, STRONGARM): Define.
|
||||||
* arminit.c (ARMul_NewState): Reset is_StrongARM.
|
* arminit.c (ARMul_NewState): Reset is_StrongARM.
|
||||||
|
|
|
@ -32,7 +32,7 @@ defined to generate aborts. */
|
||||||
#define ABORTS 1
|
#define ABORTS 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define ABORTS
|
/* #define ABORTS */
|
||||||
|
|
||||||
#ifdef ABORTS /* the memory system will abort */
|
#ifdef ABORTS /* the memory system will abort */
|
||||||
/* For the old test suite Abort between 32 Kbytes and 32 Mbytes
|
/* For the old test suite Abort between 32 Kbytes and 32 Mbytes
|
||||||
|
|
Loading…
Add table
Reference in a new issue