From 8867662ed86b67db5196ae055c7bd411e3704c10 Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Wed, 23 Sep 2026 16:36:22 -0700 Subject: work around an issue caused by insufficient EOF handling thanks to nortii for reporting this. a real fix will come soon, but meanwhile this workaround should help. Force-Push: yes Change-Id: I38a4c3f148f69ff7c67e8dc00fac5e1351cc3eab --- evoke.e | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/evoke.e b/evoke.e index 9a1e515..52b2716 100644 --- a/evoke.e +++ b/evoke.e @@ -16,7 +16,7 @@ s" amd64.e" pack-file-contents s" execution-support.e" pack-file-contents s" log-load.e" pack-file-contents - 8 packalign here ! + 0 pack16 8 packalign here ! s" source-to-precompile" variable here @ dup @@ -31,7 +31,7 @@ s" interpret.e" pack-file-contents s" flow-control.e" pack-file-contents s" linux-dynamic.e" pack-file-contents - 8 packalign here ! + 0 pack16 8 packalign here ! s" source-to-copy-to-log" variable ; read-inputs -- cgit 1.4.1