| Index: src/ia32/code-stubs-ia32.cc
|
| diff --git a/src/ia32/code-stubs-ia32.cc b/src/ia32/code-stubs-ia32.cc
|
| index 92f55b8049303380244e5b3ccd989dcf02d794ab..de873bee5c78aabaaff01ac0b81b91c5dbbd377f 100644
|
| --- a/src/ia32/code-stubs-ia32.cc
|
| +++ b/src/ia32/code-stubs-ia32.cc
|
| @@ -7470,7 +7470,7 @@ void ProfileEntryHookStub::Generate(MacroAssembler* masm) {
|
|
|
| // Call the entry hook.
|
| int32_t hook_location = reinterpret_cast<int32_t>(&entry_hook_);
|
| - __ call(Operand(hook_location, RelocInfo::NONE));
|
| + __ call(Operand(hook_location, RelocInfo::NONE32));
|
| __ add(esp, Immediate(2 * kPointerSize));
|
|
|
| // Restore ecx.
|
|
|