mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
Added two NOPs.
FreeLoader can now be built using MinGW. svn path=/trunk/; revision=4971
This commit is contained in:
parent
1d4c92223c
commit
60c39669a2
1 changed files with 2 additions and 1 deletions
|
@ -62,7 +62,8 @@ EXTERN(RealEntryPoint)
|
|||
/* We should never get here */
|
||||
stop:
|
||||
jmp stop
|
||||
|
||||
nop
|
||||
nop
|
||||
|
||||
/*
|
||||
* Switches the processor to protected mode
|
||||
|
|
Loading…
Reference in a new issue