Label return should pop TPx

This commit is contained in:
kichikuou
2023-02-10 20:56:53 +09:00
parent 47e7f5542e
commit 7bb2bee693
+2
View File
@@ -232,6 +232,8 @@ void sl_retNear(void) {
while (*tmp != STACK_NEARJMP) {
if (*tmp == STACK_FARJMP) {
SYSERROR("Stack buffer is illegal");
} else if (*tmp == STACK_TXXSTATE) {
popState(tmp);
} else if (*tmp == STACK_VARIABLE) {
popVars(tmp);
} else {