From: cuz Date: Wed, 5 Jan 2005 21:04:35 +0000 (+0000) Subject: Fixed an identifier (cosmetic change) X-Git-Tag: V2.12.0~490 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=802f259b371c50c2fcf42acb3a7f5b9ad22a15aa;p=cc65 Fixed an identifier (cosmetic change) git-svn-id: svn://svn.cc65.org/cc65/trunk@3346 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/common/_heapadd.s b/libsrc/common/_heapadd.s index fbc210645..547e0478b 100644 --- a/libsrc/common/_heapadd.s +++ b/libsrc/common/_heapadd.s @@ -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