summary refs log tree commit diff
path: root/core.e
diff options
context:
space:
mode:
authorIrene Knapp <ireneista@irenes.space>2026-05-16 13:16:12 -0700
committerIrene Knapp <ireneista@irenes.space>2026-05-16 13:16:12 -0700
commit32f1fde313ce07e086b503b08babffe60a7be05d (patch)
tree74acb06f388959517cd52bcb8e788f81f9ca92be /core.e
parent8c5b92312f9e7bc2fff7b547a03805d9bf47d26e (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.e2
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