http://git.etherboot.org
/
people
/
xl0
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
041a043
)
Tidy up comment
author
Michael Brown
<mcb30@etherboot.org>
Sun, 28 May 2006 14:40:04 +0000
(14:40 +0000)
committer
Michael Brown
<mcb30@etherboot.org>
Sun, 28 May 2006 14:40:04 +0000
(14:40 +0000)
src/arch/i386/transitions/librm.S
patch
|
blob
|
history
diff --git
a/src/arch/i386/transitions/librm.S
b/src/arch/i386/transitions/librm.S
index
f1f1919
..
32faad4
100644
(file)
--- a/
src/arch/i386/transitions/librm.S
+++ b/
src/arch/i386/transitions/librm.S
@@
-409,10
+409,11
@@
prot_call:
popw %fs
popw %gs
popal
- addr32 movl -20(%esp), %esp /* -20(%sp) is not a valid 80386 expression.
- * -20(%esp) is safe because prot_to_real
- * zeroes the high word of %esp, and interrupts
- * are still disabled at this point. */
+ addr32 movl -20(%esp), %esp /* -20(%sp) is not a valid 80386
+ * expression. -20(%esp) is safe
+ * because prot_to_real zeroes the
+ * high word of %esp, and interrupts
+ * are still disabled at this point. */
popfl
lret