summary refs log tree commit diff
path: root/input.e
diff options
context:
space:
mode:
authorIrene Knapp <ireneista@irenes.space>2026-05-28 21:34:03 -0700
committerIrene Knapp <ireneista@irenes.space>2026-05-28 21:34:03 -0700
commita00f83c9446159eaf9ac817dfae5291cb226ab7a (patch)
tree90370c1a9233c2da5b3ac99516918ea06b774cc6 /input.e
parentf8e9891ba4e528a79135af137f66b62c74ab53e7 (diff)
swap the parameters to "entry-flags!"
Force-Push: yes
Change-Id: I11f3eb1079d27a7306d6ed1e8e4b9fd6fb7d3a4a
Diffstat (limited to 'input.e')
-rw-r--r--input.e2
1 files changed, 1 insertions, 1 deletions
diff --git a/input.e b/input.e
index dd5b7d3..dc20db8 100644
--- a/input.e
+++ b/input.e
@@ -262,7 +262,7 @@
 ~ "attach-string-to-input-buffer".
 
 s" main-input-buffer-metadata" create
-s" main-input-buffer-metadata" find 0x01 entry-flags!
+s" main-input-buffer-metadata" find 0x01 swap entry-flags!
 
 ~   Having done that, now we do the runtime allocation. Then we also define
 ~ the variable "main-input-buffer" so we can find it again.