diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-08-15 17:01:39 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-08-15 17:01:39 +0000 |
commit | 94ecae506b03384b7e4ce7edf72d3155e649285f (patch) | |
tree | aec0211e937b6fbf1581dc075bef86785a7bf4c8 /sys/arch/alpha/pci | |
parent | c65e29625497344bcc586cbc4a2250213e1f50e7 (diff) |
fix END() label
Diffstat (limited to 'sys/arch/alpha/pci')
-rw-r--r-- | sys/arch/alpha/pci/pci_eb164_intr.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/pci/pci_eb164_intr.s b/sys/arch/alpha/pci/pci_eb164_intr.s index fba7bf9fa37..2d81c16ea68 100644 --- a/sys/arch/alpha/pci/pci_eb164_intr.s +++ b/sys/arch/alpha/pci/pci_eb164_intr.s @@ -1,4 +1,4 @@ -/* $OpenBSD: pci_eb164_intr.s,v 1.2 1997/11/10 15:53:13 niklas Exp $ */ +/* $OpenBSD: pci_eb164_intr.s,v 1.3 2002/08/15 17:01:38 deraadt Exp $ */ /* $NetBSD: pci_eb164_intr.s,v 1.1 1996/11/25 03:47:07 cgd Exp $ */ /* @@ -60,4 +60,4 @@ LEAF(eb164_intr_disable,1) ldiq a0, 0x35 call_pal PAL_cserve RET - END(eb164_intr_enable) + END(eb164_intr_disable) |