* sim-main.h: track COP2 register definitions, define VIO_BASE
* interp.c (sim_{fetch,store}_register): read/write VU0/1 control regs * sky-gdb.c: use VIO_BASE * sky-pke.h: move GDB_COMM area
This commit is contained in:
parent
b620406abc
commit
d333eeedde
@ -45,10 +45,10 @@ typedef unsigned_4 quadword[4];
|
||||
|
||||
|
||||
/* VU source-addr tracking tables */ /* changed from 1998-01-22 e-mail plans */
|
||||
#define VU0_MEM0_SRCADDR_START 0x21000000
|
||||
#define VU0_MEM1_SRCADDR_START 0x21004000
|
||||
#define VU1_MEM0_SRCADDR_START 0x21008000
|
||||
#define VU1_MEM1_SRCADDR_START 0x2100C000
|
||||
#define VU0_MEM0_SRCADDR_START 0x19800000
|
||||
#define VU0_MEM1_SRCADDR_START 0x19804000
|
||||
#define VU1_MEM0_SRCADDR_START 0x19808000
|
||||
#define VU1_MEM1_SRCADDR_START 0x1980C000
|
||||
|
||||
#define VU0_CIA (VU0_REGISTER_WINDOW_START + VU_REG_CIA)
|
||||
#define VU1_CIA (VU1_REGISTER_WINDOW_START + VU_REG_CIA)
|
||||
|
Loading…
Reference in New Issue
Block a user