| Index: src/a64/builtins-a64.cc
|
| diff --git a/src/a64/builtins-a64.cc b/src/a64/builtins-a64.cc
|
| index ad328067f854e9d64793ca815f818ae20c585c6d..6bed82257de6d6dca5756c408eaa0bf27e20a500 100644
|
| --- a/src/a64/builtins-a64.cc
|
| +++ b/src/a64/builtins-a64.cc
|
| @@ -27,7 +27,7 @@
|
|
|
| #include "v8.h"
|
|
|
| -#if defined(V8_TARGET_ARCH_A64)
|
| +#if V8_TARGET_ARCH_A64
|
|
|
| #include "codegen.h"
|
| #include "debug.h"
|
| @@ -677,6 +677,8 @@ static void Generate_JSEntryTrampolineHelper(MacroAssembler* masm,
|
| Register argc = x3;
|
| Register argv = x4;
|
|
|
| + ProfileEntryHookStub::MaybeCallEntryHook(masm);
|
| +
|
| // Clear the context before we push it when entering the internal frame.
|
| __ Mov(cp, 0);
|
|
|
|
|