mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-20 05:25:45 +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