configure: rerun autoconf

interp.c: shield dummy vu registers with -DTARGET_SKY
This commit is contained in:
Ron Unrau 1998-02-16 04:33:28 +00:00
parent 729295b597
commit 7aa6042f58

View File

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