Revision 618ba8e6 target-m68k/op_helper.c

b/target-m68k/op_helper.c
68 68
            if (tb) {
69 69
                /* the PC is inside the translated code. It means that we have
70 70
                   a virtual CPU fault */
71
                cpu_restore_state(tb, env, pc, NULL);
71
                cpu_restore_state(tb, env, pc);
72 72
            }
73 73
        }
74 74
        cpu_loop_exit();

Also available in: Unified diff