Revision efac4154 target-sh4/op_helper.c

b/target-sh4/op_helper.c
119 119
void helper_sleep(uint32_t next_pc)
120 120
{
121 121
    env->halted = 1;
122
    env->in_sleep = 1;
122 123
    env->exception_index = EXCP_HLT;
123 124
    env->pc = next_pc;
124 125
    cpu_loop_exit();

Also available in: Unified diff