diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-03-01 16:02:48 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-03-01 16:02:48 +0100 |
| commit | a8637ca5d63da07c4049e475fdf729841a599b1d (patch) | |
| tree | 841421ddd68679063bbf0403ed574a4d8d756e11 /src/main.c | |
| parent | 311842a43aa34276dc41da6e2f3a63ac80d4849c (diff) | |
| download | box64-a8637ca5d63da07c4049e475fdf729841a599b1d.tar.gz box64-a8637ca5d63da07c4049e475fdf729841a599b1d.zip | |
Added main elf to context
Diffstat (limited to 'src/main.c')
| -rwxr-xr-x | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index 3d4e4741..f5bbf9d6 100755 --- a/src/main.c +++ b/src/main.c @@ -731,6 +731,6 @@ int main(int argc, const char **argv, const char **env) { FreeCollection(&ld_preload); return execvp(argv[1], (char * const*)(argv+1)); } - /*AddElfHeader(my_context, elf_header);*/ + AddElfHeader(my_context, elf_header); return 0; } |