diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-07-12 23:41:23 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-07-12 23:41:23 -0700 |
commit | fb935eaa7e044b2e55490972e95233f3321e6d87 (patch) | |
tree | 1742a052ab81126141ba238368eae072e9f4eb85 /subx/apps/survey | |
parent | 8ba17d839eeca97bbf3947ce1995350b0858f233 (diff) | |
download | mu-fb935eaa7e044b2e55490972e95233f3321e6d87.tar.gz |
fixed one bug, hit another
I carefully logged the segment a label is declared in but forgot to actually save it in the table. This has been a theoretic concern for some time, but I've never seen it actually happen until now. SubX is just too low level. Now I get past the first two phases but code generation fails to find the 'Entry' label.
Diffstat (limited to 'subx/apps/survey')
-rwxr-xr-x | subx/apps/survey | bin | 39892 -> 39901 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/subx/apps/survey b/subx/apps/survey
index aeb2290b..2e90499c 100755
--- a/subx/apps/survey
+++ b/subx/apps/survey
Binary files differ |