diff options
Diffstat (limited to 'transform.e')
| -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. |