1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-04 23:36:00 +02:00

CTFE updates, including heap support

This commit is contained in:
Brian Fiete 2020-12-17 04:51:05 -08:00
parent 792d92d014
commit 6bb363fb4b
29 changed files with 3050 additions and 595 deletions

View file

@ -1156,6 +1156,9 @@ void CrashCatcher::Crash(const StringImpl& str)
{
}*/
for (auto func : CrashCatcher::Get()->mCrashInfoFuncs)
func();
exit(1);
}