Index: src/ppc/simulator-ppc.h |
diff --git a/src/ppc/simulator-ppc.h b/src/ppc/simulator-ppc.h |
index d061545099905e0707cd048d6fa18fb498bf3ac2..91e7f05ea5433b09fcb93b3287e323e1a644dc76 100644 |
--- a/src/ppc/simulator-ppc.h |
+++ b/src/ppc/simulator-ppc.h |
@@ -321,6 +321,7 @@ class Simulator { |
#if V8_TARGET_ARCH_PPC64 |
void ExecuteExt5(Instruction* instr); |
#endif |
+ void ExecuteExt6(Instruction* instr); |
void ExecuteGeneric(Instruction* instr); |
void SetFPSCR(int bit) { fp_condition_reg_ |= (1 << (31 - bit)); } |