projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecd4a90
)
* Temporarily change LOADDRMASK in sky build.
author
Ian Carmichael
<iancarm@cygnus>
Thu, 9 Apr 1998 03:17:43 +0000
(
03:17
+0000)
committer
Ian Carmichael
<iancarm@cygnus>
Thu, 9 Apr 1998 03:17:43 +0000
(
03:17
+0000)
sim/mips/sim-main.h
patch
|
blob
|
history
diff --git
a/sim/mips/sim-main.h
b/sim/mips/sim-main.h
index d4f831a122398e02725e6e1a7d0be4854c83c3dc..776e0b3d80d63655fa82b568c7ac759c976b8aa4 100644
(file)
--- 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 */