summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/transitions/librm.S
diff options
context:
space:
mode:
authorMichael Brown2006-05-28 16:40:04 +0200
committerMichael Brown2006-05-28 16:40:04 +0200
commit35b04b15140b3bb31ced8e12d844f0664eab3de2 (patch)
tree2b46f501188ff3d87e592079f94166a6ec1b320c /src/arch/i386/transitions/librm.S
parentFixed assembly on old versions of gas (diff)
downloadipxe-35b04b15140b3bb31ced8e12d844f0664eab3de2.tar.gz
ipxe-35b04b15140b3bb31ced8e12d844f0664eab3de2.tar.xz
ipxe-35b04b15140b3bb31ced8e12d844f0664eab3de2.zip
Tidy up comment
Diffstat (limited to 'src/arch/i386/transitions/librm.S')
-rw-r--r--src/arch/i386/transitions/librm.S9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/arch/i386/transitions/librm.S b/src/arch/i386/transitions/librm.S
index f1f1919d..32faad4a 100644
--- 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