Added two NOPs.

FreeLoader can now be built using MinGW.

svn path=/trunk/; revision=4971
This commit is contained in:
Eric Kohl 2003-06-26 15:16:36 +00:00
parent 1d4c92223c
commit 60c39669a2

View file

@ -62,7 +62,8 @@ EXTERN(RealEntryPoint)
/* We should never get here */ /* We should never get here */
stop: stop:
jmp stop jmp stop
nop
nop
/* /*
* Switches the processor to protected mode * Switches the processor to protected mode