mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-05 17:15:49 +00:00
Screw you comex, this doesn't even make any damn sense.
This commit is contained in:
parent
eb6ed3e42a
commit
5866859ff0
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@
|
||||||
#define CTX_EBP gregs[REG_EBP]
|
#define CTX_EBP gregs[REG_EBP]
|
||||||
#define CTX_ESP gregs[REG_ESP]
|
#define CTX_ESP gregs[REG_ESP]
|
||||||
#define CTX_EIP gregs[REG_EIP]
|
#define CTX_EIP gregs[REG_EIP]
|
||||||
#elif defined(ANDROID)
|
#elif defined(_M_ARM)
|
||||||
// Add others if required.
|
// Add others if required.
|
||||||
typedef struct sigcontext SContext;
|
typedef struct sigcontext SContext;
|
||||||
#define CTX_PC arm_pc
|
#define CTX_PC arm_pc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue