--- upstream/dynamips-0.2.7-RC2/ppc32.c 2007/10/06 16:24:54 8 +++ upstream/dynamips-0.2.7-RC3/ppc32.c 2007/10/06 16:26:06 9 @@ -42,6 +42,9 @@ /* Initialize a PowerPC processor */ int ppc32_init(cpu_ppc_t *cpu) { + /* Initialize JIT operations */ + jit_op_init_cpu(cpu->gen); + /* Initialize idle timer */ cpu->gen->idle_max = 1500; cpu->gen->idle_sleep_time = 30000;