Print emulator state on Nanos6 check_affinity
This commit is contained in:
parent
6329c8c982
commit
65d8d985b7
@ -520,7 +520,7 @@ check_affinity(struct ovni_emu *emu)
|
|||||||
|
|
||||||
if(cpu->nrunning_threads > 1)
|
if(cpu->nrunning_threads > 1)
|
||||||
{
|
{
|
||||||
err("cpu %s has more than one thread running\n", cpu->name);
|
eerr(emu, "cpu %s has more than one thread running\n", cpu->name);
|
||||||
if(emu->enable_linter)
|
if(emu->enable_linter)
|
||||||
abort();
|
abort();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user