| Index: src/macro-assembler-arm.h
|
| ===================================================================
|
| --- src/macro-assembler-arm.h (revision 434)
|
| +++ src/macro-assembler-arm.h (working copy)
|
| @@ -177,6 +177,14 @@
|
|
|
|
|
| // ---------------------------------------------------------------------------
|
| + // Support functions.
|
| +
|
| + // Generates code for reporting that an illegal operation has
|
| + // occurred.
|
| + void IllegalOperation(int num_arguments);
|
| +
|
| +
|
| + // ---------------------------------------------------------------------------
|
| // Runtime calls
|
|
|
| // Call a code stub.
|
|
|