aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
Diffstat (limited to 'sim')
-rw-r--r--sim/mips/support.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/mips/support.h b/sim/mips/support.h
index e1f0176..65898bc 100644
--- a/sim/mips/support.h
+++ b/sim/mips/support.h
@@ -12,7 +12,7 @@
architectures if desired. */
/* Control via a build boolean for the moment */
-#if 1 && defined(__GNUC__)
+#if defined(__GNUC__)
typedef long long word64;
typedef unsigned long long uword64;
@@ -63,7 +63,7 @@ typedef struct word64 {
8bits, and from this: */
#define CHECKSIM() {\
if (sizeof(int) != (4 * sizeof(char)))\
- SignalException(SimulatorFault,"sizeof(int) != 4");\a
+ SignalException(SimulatorFault,"sizeof(int) != 4");\
}
#endif /* non-GCC build */