| Index: src/ppc/simulator-ppc.h
|
| diff --git a/src/ppc/simulator-ppc.h b/src/ppc/simulator-ppc.h
|
| index 0df30da9e91efbe8dd5c22de53be79beee6d5dad..bdf50ba4746fe13fb02aaf7aacde38e6151d83df 100644
|
| --- a/src/ppc/simulator-ppc.h
|
| +++ b/src/ppc/simulator-ppc.h
|
| @@ -311,6 +311,7 @@ class Simulator {
|
| bool ExecuteExt2_9bit_part2(Instruction* instr);
|
| void ExecuteExt2_5bit(Instruction* instr);
|
| void ExecuteExt2(Instruction* instr);
|
| + void ExecuteExt3(Instruction* instr);
|
| void ExecuteExt4(Instruction* instr);
|
| #if V8_TARGET_ARCH_PPC64
|
| void ExecuteExt5(Instruction* instr);
|
|
|