mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-09 13:36:35 +00:00
ARM: Synchronize Citra's SkyEye core with 3dmoo's.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user