summaryrefslogtreecommitdiffstats
path: root/src/common/x64/abi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/x64/abi.h')
-rw-r--r--src/common/x64/abi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/x64/abi.h b/src/common/x64/abi.h
index 0ee189d45..7e9c156ae 100644
--- a/src/common/x64/abi.h
+++ b/src/common/x64/abi.h
@@ -55,7 +55,7 @@
// 32-bit bog standard cdecl, shared between linux and windows
// MacOSX 32-bit is same as System V with a few exceptions that we probably don't care much about.
-#elif ARCHITECTURE_X64 // 64 bit calling convention
+#elif ARCHITECTURE_x86_64 // 64 bit calling convention
#ifdef _WIN32 // 64-bit Windows - the really exotic calling convention