* Temporarily change LOADDRMASK in sky build.

This commit is contained in:
Ian Carmichael 1998-04-09 03:17:43 +00:00
parent ecd4a90b86
commit 2fd7c40770
1 changed files with 2 additions and 0 deletions

View 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 */