Revision 618ba8e6 target-s390x/op_helper.c

b/target-s390x/op_helper.c
61 61
            if (likely(tb)) {
62 62
                /* the PC is inside the translated code. It means that we have
63 63
                   a virtual CPU fault */
64
                cpu_restore_state(tb, env, pc, NULL);
64
                cpu_restore_state(tb, env, pc);
65 65
            }
66 66
        }
67 67
        /* XXX */

Also available in: Unified diff