Revision b7680cb6 exec.c

b/exec.c
1640 1640
     * If called from iothread context, wake the target cpu in
1641 1641
     * case its halted.
1642 1642
     */
1643
    if (!qemu_cpu_self(env)) {
1643
    if (!qemu_cpu_is_self(env)) {
1644 1644
        qemu_cpu_kick(env);
1645 1645
        return;
1646 1646
    }

Also available in: Unified diff