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:
parent
b60c247f1a
commit
3adf9a144e
3 changed files with 14 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue