Revision 618ba8e6 target-mips/op_helper.c

b/target-mips/op_helper.c
54 54
    
55 55
    tb = tb_find_pc (pc);
56 56
    if (tb) {
57
        cpu_restore_state (tb, env, pc, NULL);
57
        cpu_restore_state(tb, env, pc);
58 58
    }
59 59
}
60 60
#endif
......
1972 1972
            if (tb) {
1973 1973
                /* the PC is inside the translated code. It means that we have
1974 1974
                   a virtual CPU fault */
1975
                cpu_restore_state(tb, env, pc, NULL);
1975
                cpu_restore_state(tb, env, pc);
1976 1976
            }
1977 1977
        }
1978 1978
        helper_raise_exception_err(env->exception_index, env->error_code);

Also available in: Unified diff