Revision e397ee33 target-mips/op_helper.c

b/target-mips/op_helper.c
56 56
  cpu_restore_state (tb, env, pc, NULL);
57 57
}
58 58

  
59
void do_raise_exception_direct (uint32_t exception)
59
void do_raise_exception_direct_err (uint32_t exception, int error_code)
60 60
{
61 61
    do_restore_state (GETPC ());
62
    do_raise_exception_err (exception, 0);
62
    do_raise_exception_err (exception, error_code);
63
}
64

  
65
void do_raise_exception_direct (uint32_t exception)
66
{
67
    do_raise_exception_direct_err (exception, 0);
63 68
}
64 69

  
65 70
#define MEMSUFFIX _raw

Also available in: Unified diff