Index: src/ppc/macro-assembler-ppc.h |
diff --git a/src/ppc/macro-assembler-ppc.h b/src/ppc/macro-assembler-ppc.h |
index 866e9d7baa55d57b79ebaba7ea33636e90a96ceb..007ccf68f354ef8366aeee3cc8c636896adf070e 100644 |
--- a/src/ppc/macro-assembler-ppc.h |
+++ b/src/ppc/macro-assembler-ppc.h |
@@ -563,6 +563,10 @@ class MacroAssembler : public Assembler { |
const ParameterCount& actual, InvokeFlag flag, |
const CallWrapper& call_wrapper); |
+ void FloodFunctionIfStepping(Register fun, Register new_target, |
+ const ParameterCount& expected, |
+ const ParameterCount& actual); |
+ |
// Invoke the JavaScript function in the given register. Changes the |
// current context to the context in the function before invoking. |
void InvokeFunction(Register function, Register new_target, |
@@ -1495,10 +1499,6 @@ class MacroAssembler : public Assembler { |
bool* definitely_mismatches, InvokeFlag flag, |
const CallWrapper& call_wrapper); |
- void FloodFunctionIfStepping(Register fun, Register new_target, |
- const ParameterCount& expected, |
- const ParameterCount& actual); |
- |
void InitializeNewString(Register string, Register length, |
Heap::RootListIndex map_index, Register scratch1, |
Register scratch2); |