1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 23:29:39 +00:00

Set correct prerequisite.

See https://github.com/cc65/cc65/issues/1318
This commit is contained in:
Oliver Schmidt 2020-11-20 19:19:55 +01:00
parent cffcbce60f
commit 79bdc2d51f

View File

@ -13,6 +13,10 @@
.include "geossym.inc"
_CalcBlksFree:
lda #<curDirHead
ldx #>curDirHead
sta r5L
stx r5H
jsr CalcBlksFree
stx __oserror
lda r4L