From: Ron Unrau Date: Mon, 16 Feb 1998 04:33:28 +0000 (+0000) Subject: configure: rerun autoconf X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7aa6042f583282e1ee1a2624f9d938281f8f109d;p=binutils-gdb.git configure: rerun autoconf interp.c: shield dummy vu registers with -DTARGET_SKY --- diff --git a/sim/mips/interp.c b/sim/mips/interp.c index bca479cadc9..c591abf3b5d 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 */ /*---------------------------------------------------------------------------*/