Index: src/ia32/codegen-ia32.cc |
=================================================================== |
--- src/ia32/codegen-ia32.cc (revision 3947) |
+++ src/ia32/codegen-ia32.cc (working copy) |
@@ -5743,7 +5743,7 @@ |
ASSERT(args->length() == 0); |
frame_->SpillAll(); |
- int num_arguments = 0; |
+ static const int num_arguments = 0; |
__ PrepareCallCFunction(num_arguments, eax); |
// Call V8::RandomPositiveSmi(). |