summaryrefslogtreecommitdiff
path: root/src/pal/src/arch/amd64/processor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pal/src/arch/amd64/processor.cpp')
-rw-r--r--src/pal/src/arch/amd64/processor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pal/src/arch/amd64/processor.cpp b/src/pal/src/arch/amd64/processor.cpp
index 298d685c98..0ab7992286 100644
--- a/src/pal/src/arch/amd64/processor.cpp
+++ b/src/pal/src/arch/amd64/processor.cpp
@@ -65,7 +65,7 @@ extern "C" unsigned int XmmYmmStateSupport()
"end:\n" \
: "=a"(eax) /* output in eax */ \
: /* no inputs */ \
- : "eax", "ebx", "ecx", "edx" /* registers that are clobbered */
+ : "ebx", "ecx", "edx" /* registers that are clobbered */
);
// Check OS has enabled both XMM and YMM state support
return ((eax & 0x06) == 0x06) ? 1 : 0;