mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-02 17:16:42 +00:00
configure: rerun autoconf
interp.c: shield dummy vu registers with -DTARGET_SKY
This commit is contained in:
parent
729295b597
commit
7aa6042f58
@ -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 New Issue
Block a user