Compilation fix
This commit is contained in:
@@ -302,3 +302,8 @@ void waiter_map_t::notify(u64 signal_id)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
bool squeue_test_exit(const volatile bool* do_exit)
|
||||
{
|
||||
return Emu.IsStopped() || (do_exit && *do_exit);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user