| Index: src/arm64/macro-assembler-arm64.h
|
| diff --git a/src/arm64/macro-assembler-arm64.h b/src/arm64/macro-assembler-arm64.h
|
| index f5731cf04145a9b0cc6603b730ce079002418eda..95068d2d5d6055bcd8897893aa5b4ed2261593cc 100644
|
| --- a/src/arm64/macro-assembler-arm64.h
|
| +++ b/src/arm64/macro-assembler-arm64.h
|
| @@ -1149,9 +1149,9 @@ class MacroAssembler : public Assembler {
|
| void GetBuiltinFunction(Register target, int native_context_index);
|
|
|
| void Jump(Register target);
|
| - void Jump(Address target, RelocInfo::Mode rmode);
|
| - void Jump(Handle<Code> code, RelocInfo::Mode rmode);
|
| - void Jump(intptr_t target, RelocInfo::Mode rmode);
|
| + void Jump(Address target, RelocInfo::Mode rmode, Condition cond = al);
|
| + void Jump(Handle<Code> code, RelocInfo::Mode rmode, Condition cond = al);
|
| + void Jump(intptr_t target, RelocInfo::Mode rmode, Condition cond = al);
|
|
|
| void Call(Register target);
|
| void Call(Label* target);
|
|
|