Revision d7d02e3c hw/m48t59.c

b/hw/m48t59.c
162 162
	NVRAM->buffer[0x1FF7] = 0x00;
163 163
	NVRAM->buffer[0x1FFC] &= ~0x40;
164 164
        /* May it be a hw CPU Reset instead ? */
165
        reset_requested = 1;
166
        printf("Watchdog reset...\n");
167
        cpu_interrupt(cpu_single_env, CPU_INTERRUPT_EXIT);
165
        qemu_system_reset_request();
168 166
    } else {
169 167
	pic_set_irq(NVRAM->IRQ, 1);
170 168
	pic_set_irq(NVRAM->IRQ, 0);

Also available in: Unified diff