Index: src/x64/lithium-codegen-x64.cc |
diff --git a/src/x64/lithium-codegen-x64.cc b/src/x64/lithium-codegen-x64.cc |
index 68e43964e0c5ef9fb97891386084fc97405d183b..461b632efd3ee87d9d9f79f06009dcfc83ec8102 100644 |
--- a/src/x64/lithium-codegen-x64.cc |
+++ b/src/x64/lithium-codegen-x64.cc |
@@ -128,6 +128,8 @@ void LCodeGen::Comment(const char* format, ...) { |
bool LCodeGen::GeneratePrologue() { |
ASSERT(is_generating()); |
+ ProfileEntryHookStub::MaybeCallEntryHook(masm_); |
+ |
#ifdef DEBUG |
if (strlen(FLAG_stop_at) > 0 && |
info_->function()->name()->IsEqualTo(CStrVector(FLAG_stop_at))) { |