Index: src/ia32/stub-cache-ia32.cc |
=================================================================== |
--- src/ia32/stub-cache-ia32.cc (revision 7419) |
+++ src/ia32/stub-cache-ia32.cc (working copy) |
@@ -1923,7 +1923,7 @@ |
// -- esp[(argc + 1) * 4] : receiver |
// ----------------------------------- |
- if (isolate()->cpu_features()->IsSupported(SSE2)) { |
+ if (!isolate()->cpu_features()->IsSupported(SSE2)) { |
return isolate()->heap()->undefined_value(); |
} |