Screw you comex, this doesn't even make any damn sense.
This commit is contained in:
parent
eb6ed3e42a
commit
5866859ff0
|
@ -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…
Reference in New Issue