summaryrefslogtreecommitdiff
path: root/src/pal/inc/unixasmmacros.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/pal/inc/unixasmmacros.inc')
-rw-r--r--src/pal/inc/unixasmmacros.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pal/inc/unixasmmacros.inc b/src/pal/inc/unixasmmacros.inc
index 7186645b34..e7a5eba898 100644
--- a/src/pal/inc/unixasmmacros.inc
+++ b/src/pal/inc/unixasmmacros.inc
@@ -28,7 +28,9 @@
.equiv \New, \Old
.endm
-#if defined(_AMD64_)
+#if defined(_X86_)
+#include "unixasmmacrosx86.inc"
+#elif defined(_AMD64_)
#include "unixasmmacrosamd64.inc"
#elif defined(_ARM_)
#include "unixasmmacrosarm.inc"