mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 09:09:04 +00:00
[Android] Fix MIPS compiling.
This commit is contained in:
parent
aa713e11f7
commit
887f8e463d
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@
|
||||||
typedef struct sigcontext SContext;
|
typedef struct sigcontext SContext;
|
||||||
#define CTX_PC arm_pc
|
#define CTX_PC arm_pc
|
||||||
#else
|
#else
|
||||||
#error No context definition for OS
|
#warning No context definition for OS
|
||||||
#endif
|
#endif
|
||||||
#elif defined(__NetBSD__)
|
#elif defined(__NetBSD__)
|
||||||
#include <ucontext.h>
|
#include <ucontext.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue