Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Screw you comex, this doesn't even make any damn sense.
  • Loading branch information
Sonicadvance1 committed Sep 24, 2013
1 parent eb6ed3e commit 5866859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/Src/PowerPC/JitCommon/JitBackpatch.h
Expand Up @@ -119,7 +119,7 @@
#define CTX_EBP gregs[REG_EBP]
#define CTX_ESP gregs[REG_ESP]
#define CTX_EIP gregs[REG_EIP]
#elif defined(ANDROID)
#elif defined(_M_ARM)
// Add others if required.
typedef struct sigcontext SContext;
#define CTX_PC arm_pc
Expand Down

0 comments on commit 5866859

Please sign in to comment.