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.
We always see this in :
exec.c1662:
void cpu_exit(CPUState *env) unlink_ tb(env) ; >exit_request = 1;
{
cpu_
env-
}
A quick test with the statement cpu_unlink_tb(env) removed passed the test.