summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-10-04 10:18:00 +0000
committerjhb <jhb@FreeBSD.org>2001-10-04 10:18:00 +0000
commit7d9178b7e1fb7a78b70ce58e18e39eb6cdb26380 (patch)
tree695493fb448de829c184e6fd590a58cca983af63 /sys/boot/i386
parent5bfc140e1b549d9896b3c6fbc512325de46887fd (diff)
downloadFreeBSD-src-7d9178b7e1fb7a78b70ce58e18e39eb6cdb26380.zip
FreeBSD-src-7d9178b7e1fb7a78b70ce58e18e39eb6cdb26380.tar.gz
Whitespace fixes.
Diffstat (limited to 'sys/boot/i386')
-rw-r--r--sys/boot/i386/libi386/pxetramp.s6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/boot/i386/libi386/pxetramp.s b/sys/boot/i386/libi386/pxetramp.s
index a797e73..dcf1441 100644
--- a/sys/boot/i386/libi386/pxetramp.s
+++ b/sys/boot/i386/libi386/pxetramp.s
@@ -28,11 +28,11 @@ __bangpxeentry:
.byte 0x9a # far call
__bangpxeoff: .word 0x0000 # offset
__bangpxeseg: .word 0x0000 # segment
- add $6, %sp # restore stack
- .byte 0xcb # to vm86int
+ add $6, %sp # restore stack
+ .byte 0xcb # to vm86int
#
__pxenventry:
.byte 0x9a # far call
__pxenvoff: .word 0x0000 # offset
__pxenvseg: .word 0x0000 # segment
- .byte 0xcb # to vm86int
+ .byte 0xcb # to vm86int
OpenPOWER on IntegriCloud