diff --git a/Source/Core/Core/MachineContext.h b/Source/Core/Core/MachineContext.h index 42d2809fc6..7e27d7a908 100644 --- a/Source/Core/Core/MachineContext.h +++ b/Source/Core/Core/MachineContext.h @@ -69,7 +69,7 @@ typedef x86_thread_state64_t SContext; #elif _M_ARM_64 typedef arm_thread_state64_t SContext; #define CTX_REG(x) __x[x] -#define CTX_LR __x[30] +#define CTX_LR __lr #define CTX_SP __sp #define CTX_PC __pc #else