Skip to content

Commit 6efbdfc

Browse files
authored
Merge pull request #20858 from hrydgard/arm64-exception-handler
Enable exception handling on Windows ARM64
2 parents 78a1c46 + 58f55ae commit 6efbdfc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Common/MachineContext.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ typedef CONTEXT SContext;
5555

5656
#elif PPSSPP_ARCH(ARM64)
5757

58+
#define MACHINE_CONTEXT_SUPPORTED
59+
5860
#define CTX_REG(x) X[x]
5961
#define CTX_SP Sp
6062
#define CTX_PC Pc

0 commit comments

Comments
 (0)