mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-08-07 18:25:03 +00:00
Make sure A_IS_TOSL is cleared at opt fence
This commit is contained in:
@@ -221,8 +221,8 @@ def compiler(defptr)#0
|
||||
if A_IS_TOSL & TOSL_DIRTY
|
||||
*codeptr = $D095+(VX<<8) // STA ESTKL,X
|
||||
codeptr = codeptr + 2
|
||||
A_IS_TOSL = FALSE
|
||||
fin
|
||||
A_IS_TOSL = FALSE
|
||||
codeptr, VX = resolveX(codeptr, VX)
|
||||
opcode = opcode & $FE
|
||||
fin
|
||||
|
Reference in New Issue
Block a user