From 2718d51422f83c53104b0daa849419784a1c91b5 Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Wed, 9 Sep 2026 21:55:31 -0700 Subject: 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 --- transform.e | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'transform.e') 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. -- cgit 1.4.1