mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
There's no sigcontext on 64-bit iOS either, apparently.
This commit is contained in:
parent
893aa29191
commit
f62df94ab2
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
#if PPSSPP_ARCH(AMD64) || PPSSPP_ARCH(X86)
|
||||
#include "Common/MachineContext.h"
|
||||
#include "Common/x64Analyzer.h"
|
||||
#elif PPSSPP_ARCH(ARM64)
|
||||
#elif PPSSPP_ARCH(ARM64) && !PPSSPP_PLATFORM(IOS)
|
||||
#include "Core/Util/DisArm64.h"
|
||||
typedef sigcontext SContext;
|
||||
#define CTX_PC pc
|
||||
|
|
Loading…
Add table
Reference in a new issue