Browse Source

Tidy up comment

tags/v0.9.3
Michael Brown 18 years ago
parent
commit
35b04b1514
1 changed files with 5 additions and 4 deletions
  1. 5
    4
      src/arch/i386/transitions/librm.S

+ 5
- 4
src/arch/i386/transitions/librm.S View File

@@ -409,10 +409,11 @@ prot_call:
409 409
 	popw	%fs
410 410
 	popw	%gs
411 411
 	popal
412
-	addr32 movl	-20(%esp), %esp /* -20(%sp) is not a valid 80386 expression.
413
-				 * -20(%esp) is safe because prot_to_real
414
-				 * zeroes the high word of %esp, and interrupts
415
-				 * are still disabled at this point. */
412
+	addr32 movl -20(%esp), %esp /* -20(%sp) is not a valid 80386
413
+				     * expression.  -20(%esp) is safe
414
+				     * because prot_to_real zeroes the
415
+				     * high word of %esp, and interrupts
416
+				     * are still disabled at this point. */
416 417
 	popfl
417 418
 	lret
418 419
 

Loading…
Cancel
Save