From 18b0b19af65e92bf47611882d7d6448532404fea Mon Sep 17 00:00:00 2001 From: Drahflow Date: Sat, 28 Sep 2013 10:19:50 +0200 Subject: wrong (but harmless) initialization corrected --- compiler/elymasAsmLib.ey | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/elymasAsmLib.ey b/compiler/elymasAsmLib.ey index 2c8323c..ec2aa56 100644 --- a/compiler/elymasAsmLib.ey +++ b/compiler/elymasAsmLib.ey @@ -88,7 +88,7 @@ [ %00 %00 %00 %00 %00 %00 %00 %00 ] ==heapSize # index of next cell likely to be free - [ HEAPBASE ] ==unusedHeapStart + [ %00 %00 %00 %00 %00 %00 %00 %00 ] ==unusedHeapStart # current parser scope [ %00 %00 %00 %00 %00 %00 %00 %00 ] ==currentScope -- cgit v1.2.3