diff options
| author | Irene Knapp <ireneista@irenes.space> | 2026-05-21 16:52:41 -0700 |
|---|---|---|
| committer | Irene Knapp <ireneista@irenes.space> | 2026-05-21 16:52:41 -0700 |
| commit | a7a670e41bdaf9c57bfe7bbd802158de91d7d94d (patch) | |
| tree | 14d17e45d658503e20cd50a8c6bb7d02a39f4603 /labels.e | |
| parent | 09e1758b4380767647a238f88f51baa85e6e4df5 (diff) | |
started cleaning up all the log-loaded functionality
it's in dynamic.e for now Force-Push: yes Change-Id: I4d0c5917eccd58cb881850faee0728d786010c27
Diffstat (limited to 'labels.e')
| -rw-r--r-- | labels.e | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/labels.e b/labels.e index dcb3914..d3d95ac 100644 --- a/labels.e +++ b/labels.e @@ -288,7 +288,7 @@ 0 swap ~ TODO every time you double this to fix a crash, you must publicly ~ apologize for deferring a real fix. those are the rules - 0x40000 allocate dup + 0x80000 allocate dup ~ (iteration count, execution token, output start, output point) { 3 pick 100 > } { 2 pick execute 4 roll 1+ 4 unroll |