mirror of
https://github.com/irmen/prog8.git
synced 2025-11-24 22:17:33 +00:00
fix codegen error for a word array equality test
This commit is contained in:
@@ -1938,7 +1938,7 @@ _jump jmp (${target.asmLabel})
|
|||||||
if(notEquals)
|
if(notEquals)
|
||||||
translateAYNotEquals("P8ZP_SCRATCH_W1", "P8ZP_SCRATCH_W1+1")
|
translateAYNotEquals("P8ZP_SCRATCH_W1", "P8ZP_SCRATCH_W1+1")
|
||||||
else
|
else
|
||||||
translateAYNotEquals("P8ZP_SCRATCH_W1", "P8ZP_SCRATCH_W1+1")
|
translateAYEquals("P8ZP_SCRATCH_W1", "P8ZP_SCRATCH_W1+1")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user