* interp.c (LoadMemory): Enclose text following #endif in /* */.
authorFred Fish <fnf@specifix.com>
Wed, 31 Jan 1996 02:36:07 +0000 (02:36 +0000)
committerFred Fish <fnf@specifix.com>
Wed, 31 Jan 1996 02:36:07 +0000 (02:36 +0000)
* support.h: Remove superfluous "1" from #if.
* support.h (CHECKSIM): Remove stray 'a' at end of line.

sim/mips/support.h

index e1f01766e042978d9b09be063c83c3da1a0a2e5f..65898bcf013d00acc2771168c944bf8eec048a06 100644 (file)
@@ -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 */