mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[FREELDR] Fix triple fault with debug on screen
Move the trace call after the MachInit() CORE-16507
This commit is contained in:
parent
986f6a4b24
commit
96040ecff9
1 changed files with 2 additions and 2 deletions
|
@ -47,10 +47,10 @@ VOID __cdecl BootMain(IN PCCH CmdLine)
|
|||
/* Debugger pre-initialization */
|
||||
DebugInit(0);
|
||||
|
||||
TRACE("BootMain() called.\n");
|
||||
|
||||
MachInit(CmdLine);
|
||||
|
||||
TRACE("BootMain() called.\n");
|
||||
|
||||
/* Check if the CPU is new enough */
|
||||
FrLdrCheckCpuCompatibility(); // FIXME: Should be done inside MachInit!
|
||||
|
||||
|
|
Loading…
Reference in a new issue