diff options
author | Ian Carmichael <iancarm@cygnus> | 1998-04-09 03:17:43 +0000 |
---|---|---|
committer | Ian Carmichael <iancarm@cygnus> | 1998-04-09 03:17:43 +0000 |
commit | 2fd7c40770dcffcd04ced03080a8a7986b823433 (patch) | |
tree | b85f0b935403875fa12101358660ce2b3792ac3a /sim/mips/sim-main.h | |
parent | ecd4a90b86c951998a9023c1045dd3ca58f9e635 (diff) | |
download | gdb-2fd7c40770dcffcd04ced03080a8a7986b823433.zip gdb-2fd7c40770dcffcd04ced03080a8a7986b823433.tar.gz gdb-2fd7c40770dcffcd04ced03080a8a7986b823433.tar.bz2 |
* Temporarily change LOADDRMASK in sky build.
Diffstat (limited to 'sim/mips/sim-main.h')
-rw-r--r-- | sim/mips/sim-main.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/mips/sim-main.h b/sim/mips/sim-main.h index d4f831a..776e0b3 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 */ |