| Index: src/a64/builtins-a64.cc
|
| diff --git a/src/a64/builtins-a64.cc b/src/a64/builtins-a64.cc
|
| index 92a28b321fe5aa8c7d62e0654a9189547ab821c3..403bb5fa8e82d487815d607580a830668adbb6ff 100644
|
| --- a/src/a64/builtins-a64.cc
|
| +++ b/src/a64/builtins-a64.cc
|
| @@ -839,7 +839,8 @@ void Builtins::Generate_MarkCodeAsExecutedOnce(MacroAssembler* masm) {
|
| __ Push(x0, x1, fp, lr);
|
| __ Mov(x1, Operand(ExternalReference::isolate_address(masm->isolate())));
|
| __ CallCFunction(
|
| - ExternalReference::get_make_code_young_function(masm->isolate()), 2);
|
| + ExternalReference::get_mark_code_as_executed_function(
|
| + masm->isolate()), 2);
|
| __ Pop(lr, fp, x1, x0);
|
|
|
| // Perform prologue operations usually performed by the young code stub.
|
|
|