summaryrefslogtreecommitdiff
path: root/src/pal/src/arch/i386/dispatchexceptionwrapper.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/pal/src/arch/i386/dispatchexceptionwrapper.s')
-rw-r--r--src/pal/src/arch/i386/dispatchexceptionwrapper.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pal/src/arch/i386/dispatchexceptionwrapper.s b/src/pal/src/arch/i386/dispatchexceptionwrapper.s
index 831ce93f54..952e5a0cbb 100644
--- a/src/pal/src/arch/i386/dispatchexceptionwrapper.s
+++ b/src/pal/src/arch/i386/dispatchexceptionwrapper.s
@@ -18,7 +18,7 @@
// increase the size of the function to include a call statement,
// even though it will never be executed.
-#if defined(_AMD64_)
+#if defined(__x86_64__)
#define PAL_DISPATCHEXCEPTION __Z21PAL_DispatchExceptionmmmmmmP8_CONTEXTP17_EXCEPTION_RECORD
#else //!defined(_AMD64_)
#define PAL_DISPATCHEXCEPTION __Z21PAL_DispatchExceptionP8_CONTEXTP17_EXCEPTION_RECORD