diff options
| -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 |