diff options
| author | Irene Knapp <ireneista@irenes.space> | 2026-05-23 22:29:07 -0700 |
|---|---|---|
| committer | Irene Knapp <ireneista@irenes.space> | 2026-05-23 22:29:07 -0700 |
| commit | d65031570a3f678b03b29ea8a2293e0b8fad7907 (patch) | |
| tree | 9cfe3c1b083e006d9bd02f413911950680bbd31d | |
| parent | 6a11bca93d6b6ac4d3e5a1b51c2b50ce0720d2a7 (diff) | |
keyword wasn't working
and the transformation alternates were masking that. oops. Force-Push: yes Change-Id: I52a273b83cc00acdf70a20f01aeffc7feee85c76
| -rw-r--r-- | dynamic.e | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamic.e b/dynamic.e index fc94437..0251e20 100644 --- a/dynamic.e +++ b/dynamic.e @@ -410,7 +410,7 @@ ~ (self execution token, output point) ~ Now we consume the execution token, using it as part of this instruction. - :rax mov-reg64-imm64 + swap :rax mov-reg64-imm64 ~ (output point) ~ To return it, we push it to the stack. |