Revision 94ad5b00 hw/ppc.c

b/hw/ppc.c
208 208
            } else {
209 209
                LOG_IRQ("%s: restart the CPU\n", __func__);
210 210
                env->halted = 0;
211
                qemu_cpu_kick(env);
211 212
            }
212 213
            break;
213 214
        case PPC970_INPUT_HRESET:
......
300 301
            } else {
301 302
                LOG_IRQ("%s: restart the CPU\n", __func__);
302 303
                env->halted = 0;
304
                qemu_cpu_kick(env);
303 305
            }
304 306
            break;
305 307
        case PPC40x_INPUT_DEBUG:

Also available in: Unified diff