TD2 I.6 add do_ThreadExit to SC_ThreadExit
This commit is contained in:
parent
f5331df75e
commit
a638cea8bc
1 changed files with 1 additions and 0 deletions
|
@ -221,6 +221,7 @@ ExceptionHandler (ExceptionType which)
|
|||
}
|
||||
case SC_ThreadExit:
|
||||
{
|
||||
do_ThreadExit();
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue