summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/kgzldr/sio.s
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/i386/kgzldr/sio.s')
-rw-r--r--sys/boot/i386/kgzldr/sio.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/i386/kgzldr/sio.s b/sys/boot/i386/kgzldr/sio.s
index 86b8ccd..79ea8a6 100644
--- a/sys/boot/i386/kgzldr/sio.s
+++ b/sys/boot/i386/kgzldr/sio.s
@@ -29,11 +29,11 @@
.set SIO_PRT,SIOPRT # Base port
- .globl _(sio_putchr)
+ .globl sio_putchr
# void sio_putchr(int c)
-_(sio_putchr): movw $SIO_PRT+0x5,%dx # Line status reg
+sio_putchr: movw $SIO_PRT+0x5,%dx # Line status reg
xor %ecx,%ecx # Timeout
movb $0x40,%ch # counter
sio_putchr.1: inb %dx,%al # Transmitter
OpenPOWER on IntegriCloud