| Index: src/macro-assembler-arm.h
|
| diff --git a/src/macro-assembler-arm.h b/src/macro-assembler-arm.h
|
| index 0af585ddbaeab5ebdbdcc1ce45fd33b6b305dcac..fba166da6b1dd9f0ce10f11100e68a4fab49214e 100644
|
| --- a/src/macro-assembler-arm.h
|
| +++ b/src/macro-assembler-arm.h
|
| @@ -88,6 +88,7 @@ class MacroAssembler: public Assembler {
|
| void Call(Handle<Code> code, RelocMode rmode, Condition cond = al);
|
| void Ret();
|
|
|
| +
|
| // Sets the remembered set bit for [address+offset], where address is the
|
| // address of the heap object 'object'. The address must be in the first 8K
|
| // of an allocated page. The 'scratch' register is used in the
|
|
|