am cf744fc8: am 7f3d65de: Merge "Add a log message to make the transition from linker to user code clear."
* commit 'cf744fc89a7bac815bb42802dcfce73101ddbe1d': Add a log message to make the transition from linker to user code clear.
This commit is contained in:
commit
590641b0ad
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user