Index: src/arm/macro-assembler-arm.h |
=================================================================== |
--- src/arm/macro-assembler-arm.h (revision 5232) |
+++ src/arm/macro-assembler-arm.h (working copy) |
@@ -618,6 +618,9 @@ |
// Jump if either of the registers contain a smi. |
void JumpIfEitherSmi(Register reg1, Register reg2, Label* on_either_smi); |
+ // Abort execution if argument is a smi. Used in debug code. |
+ void AbortIfSmi(Register object); |
+ |
// --------------------------------------------------------------------------- |
// String utilities |