--- upstream/dynamips-0.2.7-RC1/ppc32_exec.h 2007/10/06 16:23:47 7 +++ trunk/ppc32_exec.h 2007/10/06 16:45:40 12 @@ -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);