diff options
| author | Irene Knapp <ireneista@irenes.space> | 2026-09-23 16:36:22 -0700 |
|---|---|---|
| committer | Irene Knapp <ireneista@irenes.space> | 2026-09-23 16:38:32 -0700 |
| commit | 8867662ed86b67db5196ae055c7bd411e3704c10 (patch) | |
| tree | f3fb0087d48610b1c11750c0beac6b0ccdb92d96 /evoke.e | |
| parent | 214a8608436dbec178974dbabf84dc5f28cf8e24 (diff) | |
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
Diffstat (limited to 'evoke.e')
| -rw-r--r-- | evoke.e | 4 |
1 files 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 |