diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-06-30 21:19:02 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-06-30 21:32:52 -0700 |
commit | 672e0a7e5fe7ab7b5f1e454dbc61c1617867a7a9 (patch) | |
tree | 396113ceedbb1e268ae6c60c2d746398173ed748 /subx/ex1 | |
parent | 3e0c2b7c1345009de3eaaaf26978180b9919b5a1 (diff) | |
download | mu-672e0a7e5fe7ab7b5f1e454dbc61c1617867a7a9.tar.gz |
4291 - stop copying the ELF header into memory
No need for it once the program's loaded. And we keep programs from running the header as code. This also simplifies the header computation in the translator.
Diffstat (limited to 'subx/ex1')
-rwxr-xr-x | subx/ex1 | bin | 96 -> 96 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/subx/ex1 b/subx/ex1
index 205f8d60..cf6b2f4c 100755
--- a/subx/ex1
+++ b/subx/ex1
Binary files differ |