diff options
| author | Irene Knapp <ireneista@irenes.space> | 2026-05-15 20:51:13 -0700 |
|---|---|---|
| committer | Irene Knapp <ireneista@irenes.space> | 2026-05-15 21:58:20 -0700 |
| commit | 447921598269bae3e1406470015c37f23943cc74 (patch) | |
| tree | 464583448ae74f83af637cefded39d8b3d431aff /execution.e | |
| parent | 1af849abc637c4890285c4d3cc08d99faae2ea41 (diff) | |
make the label transformation work all the way, no crashing
the code doesn't quite run yet, that'll be a future CL Force-Push: yes Change-Id: I71e6a45127c1fc37906d902e36142c17afef2a21
Diffstat (limited to 'execution.e')
| -rw-r--r-- | execution.e | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/execution.e b/execution.e index 1100efd..48761de 100644 --- a/execution.e +++ b/execution.e @@ -463,7 +463,7 @@ ~ We are about to set up rsi, we did rbp already, and rsp came to us ~ already set up. That's all that "next" needs, so take it away! - L@' warm-start origin + :rsi mov-reg64-imm64 + L@' warm-start L@' origin + :rsi mov-reg64-imm64 pack-next ; ~ Routine warm-start |