summaryrefslogtreecommitdiff
path: root/src/pal/inc/pal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pal/inc/pal.h')
-rw-r--r--src/pal/inc/pal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pal/inc/pal.h b/src/pal/inc/pal.h
index 5a4e758aaf..1f01541389 100644
--- a/src/pal/inc/pal.h
+++ b/src/pal/inc/pal.h
@@ -3823,7 +3823,7 @@ YieldProcessor(
__asm__ __volatile__(
"rep\n"
"nop");
-#elif defined(_ARM64_)
+#elif defined(_ARM64_) || defined(_ARM_)
__asm__ __volatile__( "yield");
#else
return;