| Index: src/ia32/macro-assembler-ia32.h
|
| ===================================================================
|
| --- src/ia32/macro-assembler-ia32.h (revision 4172)
|
| +++ src/ia32/macro-assembler-ia32.h (working copy)
|
| @@ -189,10 +189,10 @@
|
| }
|
|
|
| // Abort execution if argument is not a number. Used in debug code.
|
| - void AbortIfNotNumber(Register object, const char* msg);
|
| + void AbortIfNotNumber(Register object);
|
|
|
| // Abort execution if argument is not a smi. Used in debug code.
|
| - void AbortIfNotSmi(Register object, const char* msg);
|
| + void AbortIfNotSmi(Register object);
|
|
|
| // ---------------------------------------------------------------------------
|
| // Exception handling
|
|
|