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:
parent
2342052bc3
commit
802f259b37
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ __heapadd:
|
|||
|
||||
; The block is large enough. Set the size field in the block.
|
||||
|
||||
@L1: ldy #freeblock::size
|
||||
@L1: ldy #usedblock::size
|
||||
sta (ptr2),y
|
||||
iny
|
||||
txa
|
||||
|
|
Loading…
Add table
Reference in a new issue