Index: src/arm/lithium-codegen-arm.cc |
diff --git a/src/arm/lithium-codegen-arm.cc b/src/arm/lithium-codegen-arm.cc |
index fb687f7941404729c148968398f7f4a2d4852b7f..29588f4f368026ef6d34d8f5f3de88ec376fac96 100644 |
--- a/src/arm/lithium-codegen-arm.cc |
+++ b/src/arm/lithium-codegen-arm.cc |
@@ -127,6 +127,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))) { |