mirror of
https://github.com/reactos/reactos.git
synced 2024-11-24 03:53:31 +08: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
@ -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 New Issue
Block a user