diff options
Diffstat (limited to 'evoke.e')
| -rw-r--r-- | evoke.e | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/evoke.e b/evoke.e index 9a12075..9a1e515 100644 --- a/evoke.e +++ b/evoke.e @@ -16,8 +16,7 @@ s" amd64.e" pack-file-contents s" execution-support.e" pack-file-contents s" log-load.e" pack-file-contents - s" pyrzqxgl" packstring - 0 pack8 8 packalign here ! + 8 packalign here ! s" source-to-precompile" variable here @ dup @@ -32,8 +31,7 @@ s" interpret.e" pack-file-contents s" flow-control.e" pack-file-contents s" linux-dynamic.e" pack-file-contents - s" pyrzqxgl" packstring - 0 pack8 8 packalign here ! + 8 packalign here ! s" source-to-copy-to-log" variable ; read-inputs @@ -60,8 +58,8 @@ read-inputs elf-program-header output-cold-start - source-to-copy-to-log s" pyrzqxgl" output-warm-start - source-to-precompile s" pyrzqxgl" label-transform + source-to-copy-to-log output-warm-start + source-to-precompile label-transform ~ If we wanted words in the log to be able to call statically-linked ~ words, we could set this to something nonzero. We don't, so we leave it |