mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-14 17:28:07 +00:00
do not exit on failed call
This commit is contained in:
@@ -1424,7 +1424,6 @@ os_safe_call(ThreadEntryPointFunctionType *func, ThreadEntryPointFunctionType *f
|
|||||||
{
|
{
|
||||||
fail_handler(ptr);
|
fail_handler(ptr);
|
||||||
}
|
}
|
||||||
ExitProcess(1);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user