diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2000-07-04 08:00:19 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2000-07-04 08:00:19 +0000 |
commit | ae3c7619e1c289c0e2f3ebf60e839a9a7cf4c17f (patch) | |
tree | c11784a7073fb1712280033dac025ac42ab89535 /sim/arm/armvirt.c | |
parent | 1e6b544a9787ed223fb9c9a462facc62c23d517b (diff) | |
download | gdb-ae3c7619e1c289c0e2f3ebf60e839a9a7cf4c17f.zip gdb-ae3c7619e1c289c0e2f3ebf60e839a9a7cf4c17f.tar.gz gdb-ae3c7619e1c289c0e2f3ebf60e839a9a7cf4c17f.tar.bz2 |
* armvirt.c (ABORTS): Do not define.
Diffstat (limited to 'sim/arm/armvirt.c')
-rw-r--r-- | sim/arm/armvirt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/arm/armvirt.c b/sim/arm/armvirt.c index 38f0083..f9ac453 100644 --- a/sim/arm/armvirt.c +++ b/sim/arm/armvirt.c @@ -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 |