| Index: src/ia32/macro-assembler-ia32.cc
|
| diff --git a/src/ia32/macro-assembler-ia32.cc b/src/ia32/macro-assembler-ia32.cc
|
| index 14fb8ca85220f1adba75dd26fb86711466bb72ad..f8d41ecd3e9e21a8b0c804202c37fd9caef29e77 100644
|
| --- a/src/ia32/macro-assembler-ia32.cc
|
| +++ b/src/ia32/macro-assembler-ia32.cc
|
| @@ -1920,7 +1920,7 @@ void MacroAssembler::CallApiFunctionAndReturn(Address function_address,
|
| mov(edi, Operand::StaticVariable(limit_address));
|
| add(Operand::StaticVariable(level_address), Immediate(1));
|
|
|
| - if (FLAG_log_timer_events) {
|
| + if (FLAG_log_external_callbacks) {
|
| FrameScope frame(this, StackFrame::MANUAL);
|
| PushSafepointRegisters();
|
| PrepareCallCFunction(0, eax);
|
| @@ -1931,7 +1931,7 @@ void MacroAssembler::CallApiFunctionAndReturn(Address function_address,
|
| // Call the api function.
|
| call(function_address, RelocInfo::RUNTIME_ENTRY);
|
|
|
| - if (FLAG_log_timer_events) {
|
| + if (FLAG_log_external_callbacks) {
|
| FrameScope frame(this, StackFrame::MANUAL);
|
| PushSafepointRegisters();
|
| PrepareCallCFunction(0, eax);
|
|
|