mirror of
https://github.com/A2osX/A2osX.git
synced 2024-11-22 16:31:07 +00:00
Kernel 0.92, SET -X fix
This commit is contained in:
parent
40d1cebef2
commit
2790eac2e0
Binary file not shown.
@ -213,7 +213,7 @@ Cmd.INT.CD.1 >SYSCALL realpath
|
||||
pla
|
||||
phx
|
||||
>SYSCALL freemem
|
||||
bra Cmd.SetPrefixPHA
|
||||
pla
|
||||
*--------------------------------------
|
||||
Cmd.SetPrefixA pha
|
||||
Cmd.SetPrefixPHA
|
||||
@ -309,8 +309,8 @@ Cmd.INT.SET.1 >STZ.G CMD.Varname
|
||||
>LDA.G bSET.C
|
||||
bra .5
|
||||
|
||||
cmp #'X'
|
||||
.2 bne .99
|
||||
.2 cmp #'X'
|
||||
bne .99
|
||||
|
||||
>LDA.G bSET.X
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user