--- upstream/dynamips-0.2.7-RC2/ppc32_exec.h 2007/10/06 16:24:54 8 +++ upstream/dynamips-0.2.7-RC3/ppc32_exec.h 2007/10/06 16:26:06 9 @@ -36,6 +36,9 @@ /* Dump statistics */ void ppc32_dump_stats(cpu_ppc_t *cpu); +/* Execute a page */ +fastcall int ppc32_exec_page(cpu_ppc_t *cpu); + /* Execute a single instruction (external) */ fastcall int ppc32_exec_single_insn_ext(cpu_ppc_t *cpu,ppc_insn_t insn);