summaryrefslogtreecommitdiff
path: root/src/pal/inc/pal.h
diff options
context:
space:
mode:
authorGleb Balykov <g.balykov@samsung.com>2021-06-28 21:41:50 +0300
committer조웅석/Common Platform Lab(SR)/Principal Engineer/삼성전자 <ws77.cho@samsung.com>2021-06-29 09:06:51 +0900
commit9b1e33323792c24f18072c0450b90d3f97985e9e (patch)
tree063d6ea1bb60682773787b588d279057102a00b5 /src/pal/inc/pal.h
parent01ce73cb2ebaa8d0e9d4025371849459a8e0ffd2 (diff)
downloadcoreclr-9b1e33323792c24f18072c0450b90d3f97985e9e.tar.gz
coreclr-9b1e33323792c24f18072c0450b90d3f97985e9e.tar.bz2
coreclr-9b1e33323792c24f18072c0450b90d3f97985e9e.zip
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..9d05d73530 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(_ARM_) || defined(_ARM64_)
__asm__ __volatile__( "yield");
#else
return;