aboutsummaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorDrahflow <drahflow@gmx.de>2013-09-28 10:19:50 +0200
committerDrahflow <drahflow@gmx.de>2013-09-28 10:19:50 +0200
commit18b0b19af65e92bf47611882d7d6448532404fea (patch)
treec6bee48b1390c4f443e2bcb3653e6c74c4017506 /compiler
parentbddef22963302cb3f6340ab5323a930085dadbd5 (diff)
wrong (but harmless) initialization corrected
Diffstat (limited to 'compiler')
-rw-r--r--compiler/elymasAsmLib.ey2
1 files changed, 1 insertions, 1 deletions
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