configure: rerun autoconf
interp.c: shield dummy vu registers with -DTARGET_SKY
This commit is contained in:
parent
729295b597
commit
7aa6042f58
1 changed files with 2 additions and 0 deletions
|
@ -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 */
|
||||
|
||||
/*---------------------------------------------------------------------------*/
|
||||
|
|
Loading…
Reference in a new issue