Merge pull request #1034 from Sonicadvance1/fix-android-arm-ndk64bit

Fix building ARMv7 on the 64bit Android NDK.
This commit is contained in:
Ryan Houdek 2014-09-08 22:42:31 -05:00
commit d5da60619e
1 changed files with 2 additions and 1 deletions

View File

@ -89,8 +89,9 @@ const int BACKPATCH_SIZE = 5;
#define CTX_SP sp
#define CTX_PC pc
#elif _M_ARM_32
#include <asm/sigcontext.h>
// Add others if required.
typedef struct sigcontext SContext;
typedef sigcontext SContext;
#define CTX_PC arm_pc
#else
#warning No context definition for OS