Index: src/ia32/lithium-codegen-ia32.cc |
=================================================================== |
--- src/ia32/lithium-codegen-ia32.cc (revision 8745) |
+++ src/ia32/lithium-codegen-ia32.cc (working copy) |
@@ -1424,7 +1424,7 @@ |
// The conversion stub doesn't cause garbage collections so it's |
// safe to not record a safepoint after the call. |
__ bind(&call_stub); |
- ToBooleanStub stub(eax); |
+ ToBooleanStub stub(eax, ToBooleanStub::all_types()); |
__ pushad(); |
__ push(reg); |
__ CallStub(&stub); |