SH, FORTH : fixes preventing CRASH at EXIT or SHUTDOWN

This commit is contained in:
burniouf 2023-12-15 15:29:25 +01:00
parent 1eaa2c98f1
commit cce21ed742
2 changed files with 2 additions and 2 deletions

View File

@ -711,7 +711,7 @@ CS.QUIT jsr GFX.Close
>LDA.G HIS.hBuf >LDA.G HIS.hBuf
beq .10 beq .10
>SYSCALL FreeStkObj >SYSCALL StrVFree
.10 >LDA.G hSList .10 >LDA.G hSList
beq .1 beq .1

View File

@ -501,7 +501,7 @@ CS.QUIT jsr CORE.FUNCRESET
.10 >LDA.G HIS.hBuf .10 >LDA.G HIS.hBuf
beq .1 beq .1
>SYSCALL FreeStkObj >SYSCALL StrVFree
.1 ldy #CL.hBuf .1 ldy #CL.hBuf
jsr .7 jsr .7