Comment 1 for bug 668799

Revision history for this message
Jan-Simon Möller (dl9pf) wrote :

We always see this in :

exec.c1662:

void cpu_exit(CPUState *env)
{
    cpu_unlink_tb(env);
    env->exit_request = 1;
}

A quick test with the statement cpu_unlink_tb(env) removed passed the test.