Fixed an identifier (cosmetic change)
git-svn-id: svn://svn.cc65.org/cc65/trunk@3346 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -40,7 +40,7 @@ __heapadd:
|
|||||||
|
|
||||||
; The block is large enough. Set the size field in the block.
|
; The block is large enough. Set the size field in the block.
|
||||||
|
|
||||||
@L1: ldy #freeblock::size
|
@L1: ldy #usedblock::size
|
||||||
sta (ptr2),y
|
sta (ptr2),y
|
||||||
iny
|
iny
|
||||||
txa
|
txa
|
||||||
|
|||||||
Reference in New Issue
Block a user