--- upstream/dynamips-0.2.7-RC2/ppc32_nojit_trans.h 2007/10/06 16:24:54 8 +++ upstream/dynamips-0.2.7-RC3/ppc32_nojit_trans.h 2007/10/06 16:26:06 9 @@ -21,22 +21,10 @@ /* PPC instruction array */ extern struct ppc32_insn_tag ppc32_insn_tags[]; -/* Virtual Breakpoint */ -void ppc32_emit_breakpoint(ppc32_jit_tcb_t *b); - /* Push epilog for an x86 instruction block */ -void ppc32_jit_tcb_push_epilog(ppc32_jit_tcb_t *block); +void ppc32_jit_tcb_push_epilog(u_char **ptr); /* Execute JIT code */ void ppc32_jit_tcb_exec(cpu_ppc_t *cpu,ppc32_jit_tcb_t *block); -/* Set the Instruction Address (IA) register */ -void ppc32_set_ia(ppc32_jit_tcb_t *b,m_uint32_t new_ia); - -/* Set the Link Register (LR) */ -void ppc32_set_lr(ppc32_jit_tcb_t *b,m_uint32_t new_lr); - -/* Increment the number of executed instructions (performance debugging) */ -void ppc32_inc_perf_counter(ppc32_jit_tcb_t *b); - #endif