TD2 I.6 add do_ThreadExit to SC_ThreadExit

This commit is contained in:
Yorick Barbanneau 2021-11-15 01:08:19 +01:00
parent f5331df75e
commit a638cea8bc

View file

@ -221,6 +221,7 @@ ExceptionHandler (ExceptionType which)
}
case SC_ThreadExit:
{
do_ThreadExit();
break;
}
#endif