mirror of
https://github.com/momo5502/hypervisor.git
synced 2025-07-04 02:01:58 +00:00
Add non-threadsafe process callbacks
This commit is contained in:
@ -115,7 +115,7 @@ int atexit(const globals::destructor destructor)
|
||||
|
||||
try
|
||||
{
|
||||
globals::destructors->push_back(destructor);
|
||||
globals::destructors->push_front(destructor);
|
||||
}
|
||||
catch (const std::exception& e)
|
||||
{
|
||||
|
Reference in New Issue
Block a user