diff options
author | Ron Unrau <runrau@cygnus> | 1998-02-16 04:33:28 +0000 |
---|---|---|
committer | Ron Unrau <runrau@cygnus> | 1998-02-16 04:33:28 +0000 |
commit | 7aa6042f583282e1ee1a2624f9d938281f8f109d (patch) | |
tree | 26a21e7c39643edd6ef56cbb3754079255507a38 /sim/mips/interp.c | |
parent | 729295b597c6afa78c1241e7ccbe2a15041d36be (diff) | |
download | gdb-7aa6042f583282e1ee1a2624f9d938281f8f109d.zip gdb-7aa6042f583282e1ee1a2624f9d938281f8f109d.tar.gz gdb-7aa6042f583282e1ee1a2624f9d938281f8f109d.tar.bz2 |
configure: rerun autoconf
interp.c: shield dummy vu registers with -DTARGET_SKY
Diffstat (limited to 'sim/mips/interp.c')
-rw-r--r-- | sim/mips/interp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/mips/interp.c b/sim/mips/interp.c index bca479c..c591abf 100644 --- 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 */ /*---------------------------------------------------------------------------*/ |