1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

Allow BfpThread_GetIntRegisters to fail without crashing

This commit is contained in:
Brian Fiete 2020-11-22 07:56:36 -08:00
parent b60c247f1a
commit 3adf9a144e
3 changed files with 14 additions and 1 deletions

View file

@ -2190,7 +2190,6 @@ BFP_EXPORT void BFP_CALLTYPE BfpThread_GetIntRegisters(BfpThread* thread, intptr
if (!success)
{
int error = GetLastError();
BF_DBG_FATAL("Failed BfpThread_GetIntRegisters");
OUTRESULT(BfpThreadResult_UnknownError);
return;
}