diff options
| author | bunnei <bunneidev@gmail.com> | 2014-07-23 19:16:40 -0400 |
|---|---|---|
| committer | bunnei <bunneidev@gmail.com> | 2014-07-23 19:16:40 -0400 |
| commit | 77fc029a00c45ffe48cf4eacf4721e312b2248c0 (patch) | |
| tree | c29766d5b8374fa7bbc38c1bbb67c3787e4b034a /src/core/arm/interpreter/armdefs.h | |
| parent | 866d2a62e95e10f477b6a32dd68258459409114a (diff) | |
ARM: Synchronize Citra's SkyEye core with 3dmoo's.
Diffstat (limited to 'src/core/arm/interpreter/armdefs.h')
| -rw-r--r-- | src/core/arm/interpreter/armdefs.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/arm/interpreter/armdefs.h b/src/core/arm/interpreter/armdefs.h index 1ff560fe7..dd5983be3 100644 --- a/src/core/arm/interpreter/armdefs.h +++ b/src/core/arm/interpreter/armdefs.h @@ -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 */ |
