Revision d9f75a4e hw/mac_dbdma.c

b/hw/mac_dbdma.c
651 651

  
652 652
void DBDMA_schedule(void)
653 653
{
654
    CPUState *env = cpu_single_env;
655
    if (env)
656
        cpu_exit(env);
654
    qemu_notify_event();
657 655
}
658 656

  
659 657
static void

Also available in: Unified diff