mirror of
https://github.com/kichikuou/xsystem35-sdl2.git
synced 2026-09-27 01:00:24 +03:00
Label return should pop TPx
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user