diff options
| author | Irene Knapp <ireneista@irenes.space> | 2026-05-16 13:16:12 -0700 |
|---|---|---|
| committer | Irene Knapp <ireneista@irenes.space> | 2026-05-16 13:16:12 -0700 |
| commit | 32f1fde313ce07e086b503b08babffe60a7be05d (patch) | |
| tree | 74acb06f388959517cd52bcb8e788f81f9ca92be /core.e | |
| parent | 8c5b92312f9e7bc2fff7b547a03805d9bf47d26e (diff) | |
ah, oops, there was a bug in the label transform for compiled words
fixed now also a bunch of small things towards adding a log-load transform Force-Push: yes Change-Id: I6eeb94d896a7e79092886d7b60e9404c31b2ba6f
Diffstat (limited to 'core.e')
| -rw-r--r-- | core.e | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core.e b/core.e index 479fd26..9393a04 100644 --- a/core.e +++ b/core.e @@ -24,7 +24,7 @@ : drop [ here @ - : rax pop-reg64 + :rax pop-reg64 here ! ] ;asm : 2drop |