Update RandomX

This commit is contained in:
SChernykh
2021-09-22 17:52:23 +02:00
parent 3d1db2fa22
commit ae8733c187
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ void panic()
__debugbreak();
}
#endif
exit(1);
abort();
} while (true);
}