Index: src/x64/codegen-x64.cc |
=================================================================== |
--- src/x64/codegen-x64.cc (revision 3297) |
+++ src/x64/codegen-x64.cc (working copy) |
@@ -7566,7 +7566,7 @@ |
if (use_sse3_) { |
// Truncate the operands to 32-bit integers and check for |
// exceptions in doing so. |
- CpuFeatures::Scope scope(CpuFeatures::SSE3); |
+ CpuFeatures::Scope scope(SSE3); |
__ fisttp_s(Operand(rsp, 0 * kPointerSize)); |
__ fisttp_s(Operand(rsp, 1 * kPointerSize)); |
__ fnstsw_ax(); |