about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 8495aca5..b5ba59ec 100755
--- a/src/main.c
+++ b/src/main.c
@@ -871,6 +871,10 @@ int main(int argc, const char **argv, const char **env) {
         FreeBox64Context(&my_context);
         return -1;
     }
+    // and handle PLT
+    RelocateElfPlt(my_context->maplib, NULL, elf_header);
+    // defered init
+//    RunDeferedElfInit(emu);
 
     return 0;
 }