about summary refs log tree commit diff stats
path: root/subx/apps/survey.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-05-25 00:45:31 -0700
committerKartik Agaram <vc@akkartik.com>2019-05-25 00:45:31 -0700
commitbd31dbe85418b05a5f9e101525a829c48aa9bf37 (patch)
treea996945a344c22beea3f73fdcdb3686a523ebe04 /subx/apps/survey.subx
parent6c03f2edab211d90405187eafa9a0243bbd64c39 (diff)
downloadmu-bd31dbe85418b05a5f9e101525a829c48aa9bf37.tar.gz
.
hoist 'Heap' variable into the std library in anticipation of the parse-array-of-ints
primitive.
Diffstat (limited to 'subx/apps/survey.subx')
-rw-r--r--subx/apps/survey.subx6
1 files changed, 0 insertions, 6 deletions
diff --git a/subx/apps/survey.subx b/subx/apps/survey.subx
index a7580ccc..43e52150 100644
--- a/subx/apps/survey.subx
+++ b/subx/apps/survey.subx
@@ -230,12 +230,6 @@ $get-or-insert-segment:abort:
 Segment-size:
   0x1000/imm32/4KB
 
-Heap:
-  # curr
-  0/imm32
-  # limit
-  0/imm32
-
 # This block of bytes gets copied to the start of the output ELF file, with
 # some fields filled in.
 # http://www.sco.com/developers/gabi/latest/ch4.eheader.html