mirror of
https://github.com/A2osX/A2osX.git
synced 2024-11-22 16:31:07 +00:00
KERNEL:ps QUIT now called when INIT failed
This commit is contained in:
parent
01245d7147
commit
dab1b519fb
@ -553,7 +553,12 @@ S.InitProcess lda S.CreateProcessA.Args
|
||||
|
||||
ldx #TSKMGR.INIT
|
||||
jsr pCodeJmp Call INIT function
|
||||
|
||||
bcc .99
|
||||
pha save error code
|
||||
ldx #TSKMGR.QUIT
|
||||
jsr pCodeJmp Call QUIT function
|
||||
pla get back error code
|
||||
sec
|
||||
.99 rts
|
||||
*--------------------------------------
|
||||
* S.SelectProcessA
|
||||
|
Loading…
Reference in New Issue
Block a user