| Index: src/a64/macro-assembler-a64.h
|
| diff --git a/src/a64/macro-assembler-a64.h b/src/a64/macro-assembler-a64.h
|
| index ec2c0fdb62e66740e2b90b38e9a8d602a9acf462..45a330bcecd2598355d237f5ba6629c9f8bec08d 100644
|
| --- a/src/a64/macro-assembler-a64.h
|
| +++ b/src/a64/macro-assembler-a64.h
|
| @@ -1784,7 +1784,10 @@ class MacroAssembler : public Assembler {
|
| // Use --debug_code to enable.
|
| void Assert(Condition cond, BailoutReason reason);
|
| void AssertRegisterIsClear(Register reg, BailoutReason reason);
|
| - void AssertRegisterIsRoot(Register reg, Heap::RootListIndex index);
|
| + void AssertRegisterIsRoot(
|
| + Register reg,
|
| + Heap::RootListIndex index,
|
| + BailoutReason reason = kRegisterDidNotMatchExpectedRoot);
|
| void AssertFastElements(Register elements);
|
|
|
| // Abort if the specified register contains the invalid color bit pattern.
|
|
|