Make sure we run init for the main binary

This commit is contained in:
Kevin Lange 2016-12-03 19:08:08 +09:00
parent f4bd5cef2b
commit 7a56fb906e

View File

@ -526,6 +526,9 @@ nope:
lib->init();
}
if (main_obj->init) {
main_obj->init();
}
{
char * args[] = {(char*)end_addr};