Index: src/mips/full-codegen-mips.cc |
diff --git a/src/mips/full-codegen-mips.cc b/src/mips/full-codegen-mips.cc |
index 55b37b45df7c9144a97de9ccb1381ff861bbe2d9..a17df58b924dfd066aeeb887dac0b2854dc92975 100644 |
--- a/src/mips/full-codegen-mips.cc |
+++ b/src/mips/full-codegen-mips.cc |
@@ -143,6 +143,8 @@ void FullCodeGenerator::Generate() { |
SetFunctionPosition(function()); |
Comment cmnt(masm_, "[ function compiled by full code generator"); |
+ ProfileEntryHookStub::MaybeCallEntryHook(masm_); |
+ |
#ifdef DEBUG |
if (strlen(FLAG_stop_at) > 0 && |
info->function()->name()->IsEqualTo(CStrVector(FLAG_stop_at))) { |