[Main] Directly jump to the initialization routine
This commit is contained in:
parent
342e19e87b
commit
8b38b3990c
@ -190,7 +190,7 @@ namespace Components
|
|||||||
{
|
{
|
||||||
if (component)
|
if (component)
|
||||||
{
|
{
|
||||||
#ifdef DEBUG
|
#if defined(DEBUG) || defined(FORCE_UNIT_TESTS)
|
||||||
if(!Loader::PerformingUnitTests())
|
if(!Loader::PerformingUnitTests())
|
||||||
{
|
{
|
||||||
Logger::Print("Component registered: %s\n", component->getName().data());
|
Logger::Print("Component registered: %s\n", component->getName().data());
|
||||||
|
@ -49,7 +49,7 @@ namespace Main
|
|||||||
call Main::Initialize
|
call Main::Initialize
|
||||||
popad
|
popad
|
||||||
|
|
||||||
push 6BAC14h // Continue init routine
|
push 6BAA2Fh // Continue init routine
|
||||||
push 6CA062h // ___security_init_cookie
|
push 6CA062h // ___security_init_cookie
|
||||||
retn
|
retn
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user