Revision d8299bcc target-sh4/op_helper.c

b/target-sh4/op_helper.c
89 89
    cpu_loop_exit();
90 90
}
91 91

  
92
void helper_raise_fpu_disable(void)
93
{
94
  env->exception_index = 0x800;
95
  cpu_loop_exit();
96
}
97

  
98
void helper_raise_slot_fpu_disable(void)
99
{
100
  env->exception_index = 0x820;
101
  cpu_loop_exit();
102
}
103

  
92 104
void helper_debug(void)
93 105
{
94 106
    env->exception_index = EXCP_DEBUG;

Also available in: Unified diff