diff options
| author | Irene Knapp <ireneista@irenes.space> | 2026-09-09 21:55:31 -0700 |
|---|---|---|
| committer | Irene Knapp <ireneista@irenes.space> | 2026-09-09 21:57:39 -0700 |
| commit | 2718d51422f83c53104b0daa849419784a1c91b5 (patch) | |
| tree | 17e81960c06ab972ad4358a2415d0fdcba7cb8f2 | |
| parent | fefd6470b974d105224de636843c37f57c664442 (diff) | |
fix broken compile with the flatassembler version
oops. that was a good catch, should have been checked more often. hopefully it won't be needed much longer. Force-Push: yes Change-Id: I3e2d04118a6f588c410e2439fbbd52aabd173e77
| -rw-r--r-- | transform.e | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/transform.e b/transform.e index 3d3ca79..38cd951 100644 --- a/transform.e +++ b/transform.e @@ -4493,7 +4493,9 @@ allocate-transformation-state s" transformation-state" variable } if } { dup @ - symbolize-pointer space + ~ TODO this isn't in quine.asm, so if we keep this code at all, that needs + ~ to be dealt with + ~ symbolize-pointer space ~ Iterate to the next pointer in the control stack. It's an array of ~ pointers, so this is just arithmetic. |