From: Ian Carmichael Date: Thu, 9 Apr 1998 03:17:43 +0000 (+0000) Subject: * Temporarily change LOADDRMASK in sky build. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2fd7c40770dcffcd04ced03080a8a7986b823433;p=binutils-gdb.git * Temporarily change LOADDRMASK in sky build. --- diff --git a/sim/mips/sim-main.h b/sim/mips/sim-main.h index d4f831a1223..776e0b3d80d 100644 --- a/sim/mips/sim-main.h +++ b/sim/mips/sim-main.h @@ -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 */