mirror of https://github.com/ipxe/ipxe.git
Tidy up comment
parent
041a04335e
commit
35b04b1514
|
@ -409,10 +409,11 @@ prot_call:
|
||||||
popw %fs
|
popw %fs
|
||||||
popw %gs
|
popw %gs
|
||||||
popal
|
popal
|
||||||
addr32 movl -20(%esp), %esp /* -20(%sp) is not a valid 80386 expression.
|
addr32 movl -20(%esp), %esp /* -20(%sp) is not a valid 80386
|
||||||
* -20(%esp) is safe because prot_to_real
|
* expression. -20(%esp) is safe
|
||||||
* zeroes the high word of %esp, and interrupts
|
* because prot_to_real zeroes the
|
||||||
* are still disabled at this point. */
|
* high word of %esp, and interrupts
|
||||||
|
* are still disabled at this point. */
|
||||||
popfl
|
popfl
|
||||||
lret
|
lret
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue