Revision a7812ae4 target-sparc/op_helper.c

b/target-sparc/op_helper.c
55 55
    cpu_loop_exit();
56 56
}
57 57

  
58
void HELPER(raise_exception)(int tt)
59
{
60
    raise_exception(tt);
61
}
62

  
58 63
static inline void set_cwp(int new_cwp)
59 64
{
60 65
    cpu_set_cwp(env, new_cwp);

Also available in: Unified diff