* Temporarily change LOADDRMASK in sky build.
authorIan Carmichael <iancarm@cygnus>
Thu, 9 Apr 1998 03:17:43 +0000 (03:17 +0000)
committerIan Carmichael <iancarm@cygnus>
Thu, 9 Apr 1998 03:17:43 +0000 (03:17 +0000)
sim/mips/sim-main.h

index d4f831a122398e02725e6e1a7d0be4854c83c3dc..776e0b3d80d63655fa82b568c7ac759c976b8aa4 100644 (file)
@@ -838,6 +838,7 @@ decode_coproc (SD, CPU, cia, (instruction))
 #endif
 
 /* start-sanitize-sky */
+#ifdef OOPS_THIS_DOESN_T_WORK
 #ifdef TARGET_SKY
      /* 128-bit accesses are allowed */
 #undef LOADDRMASK
@@ -845,6 +846,7 @@ decode_coproc (SD, CPU, cia, (instruction))
 #undef PSIZE
 #define PSIZE (WITH_TARGET_ADDRESS_BITSIZE)
 #endif /* TARGET_SKY */
+#endif
 /* end-sanitize-sky */
 
 
This page took 0.025379 seconds and 4 git commands to generate.