Michael Brown 18 лет назад
Родитель
Сommit
35b04b1514
1 измененных файлов: 5 добавлений и 4 удалений
  1. 5
    4
      src/arch/i386/transitions/librm.S

+ 5
- 4
src/arch/i386/transitions/librm.S Просмотреть файл

@@ -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
 

Загрузка…
Отмена
Сохранить