ARM: Synchronize Citra's SkyEye core with 3dmoo's.
This commit is contained in:
parent
866d2a62e9
commit
77fc029a00
6 changed files with 5553 additions and 6169 deletions
|
@ -278,6 +278,11 @@ struct ARMul_State
|
|||
unsigned int NumScycles, NumNcycles, NumIcycles, NumCcycles, NumFcycles; /* emulated cycles used */
|
||||
unsigned long long NumInstrs; /* the number of instructions executed */
|
||||
unsigned NumInstrsToExecute;
|
||||
|
||||
ARMword currentexaddr;
|
||||
ARMword currentexval;
|
||||
ARMword servaddr;
|
||||
|
||||
unsigned NextInstr;
|
||||
unsigned VectorCatch; /* caught exception mask */
|
||||
unsigned CallDebug; /* set to call the debugger */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue