Index: src/x64/macro-assembler-x64.cc |
diff --git a/src/x64/macro-assembler-x64.cc b/src/x64/macro-assembler-x64.cc |
index 980b5a00232b5e7dde865c857959e92750dd2170..c3a723f89f4192ce86db88090883d7a09bc8e5eb 100644 |
--- a/src/x64/macro-assembler-x64.cc |
+++ b/src/x64/macro-assembler-x64.cc |
@@ -1280,7 +1280,7 @@ void MacroAssembler::Ret() { |
void MacroAssembler::FCmp() { |
- fcompp(); |
+ fucompp(); |
push(rax); |
fnstsw_ax(); |
if (CpuFeatures::IsSupported(CpuFeatures::SAHF)) { |