mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-31 01:45:52 +08:00
configure: rerun autoconf
interp.c: shield dummy vu registers with -DTARGET_SKY
This commit is contained in:
@ -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 */
|
||||
|
||||
/*---------------------------------------------------------------------------*/
|
||||
|
Reference in New Issue
Block a user