Index: src/macro-assembler-ia32.h |
=================================================================== |
--- src/macro-assembler-ia32.h (revision 434) |
+++ src/macro-assembler-ia32.h (working copy) |
@@ -180,8 +180,8 @@ |
Register scratch, Label* then_label); |
// Generates code for reporting that an illegal operation has |
- // occurred |
- void IllegalOperation(); |
+ // occurred. |
+ void IllegalOperation(int num_arguments); |
// --------------------------------------------------------------------------- |
// Runtime calls |