diff --git a/linker/linker.cpp b/linker/linker.cpp index df6a4e2e1..df8e52e7d 100644 --- a/linker/linker.cpp +++ b/linker/linker.cpp @@ -2675,6 +2675,8 @@ extern "C" ElfW(Addr) __linker_init(void* raw_args) { protect_data(PROT_READ); + INFO("[ jumping to _start ]"); + // Return the address that the calling assembly stub should jump to. return start_address; }