Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 6d81aac

Browse files
committed
fix ARM build
1 parent 2b0a53f commit 6d81aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vm/threadsuspend.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3538,7 +3538,7 @@ BOOL Thread::RedirectThreadAtHandledJITCase(PFN_REDIRECTTARGET pTgt)
35383538

35393539
// Temporarily set the IP of the context to the target for SetThreadContext
35403540
PCODE dwOrigEip = GetIP(pCtx);
3541-
#ifdef TARGET_ARM
3541+
#ifdef _TARGET_ARM_
35423542
// Redirection can be required when in IT Block.
35433543
// In that case must reset the IT state before redirection.
35443544
DWORD dwOrigCpsr = pCtx->Cpsr;

0 commit comments

Comments
 (0)