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:
729295b
)
configure: rerun autoconf
author
Ron Unrau
<runrau@cygnus>
Mon, 16 Feb 1998 04:33:28 +0000
(
04:33
+0000)
committer
Ron Unrau
<runrau@cygnus>
Mon, 16 Feb 1998 04:33:28 +0000
(
04:33
+0000)
interp.c: shield dummy vu registers with -DTARGET_SKY
sim/mips/interp.c
patch
|
blob
|
history
diff --git
a/sim/mips/interp.c
b/sim/mips/interp.c
index bca479cadc9cc17b54422dcbbabee02dd40b8b43..c591abf3b5d8408b472e1d8d56a9c48029460bc1 100644
(file)
--- a/
sim/mips/interp.c
+++ b/
sim/mips/interp.c
@@
-263,10
+263,12
@@
static void device_init(SIM_DESC sd) {
}
/* start-sanitize-sky */
+#ifdef TARGET_SKY
static struct {
short i[16];
int f[NUM_VU_REGS - 16];
} vu_regs[2];
+#endif
/* end-sanitize-sky */
/*---------------------------------------------------------------------------*/