From 259515a1ec74abf55043550dc3e64e911bf11f4f Mon Sep 17 00:00:00 2001 From: Matt Jacob Date: Thu, 9 Nov 2000 17:01:21 +0000 Subject: [PATCH] Fix typo in END macro (END'ed enable twice) PR: 22713 Submitted by: Bernd Walter --- sys/alpha/pci/pci_eb164_intr.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/alpha/pci/pci_eb164_intr.s b/sys/alpha/pci/pci_eb164_intr.s index 13d1b2d4e25..7121e44f9f7 100644 --- a/sys/alpha/pci/pci_eb164_intr.s +++ b/sys/alpha/pci/pci_eb164_intr.s @@ -62,4 +62,4 @@ LEAF(eb164_intr_disable,1) ldiq a0, 0x35 call_pal PAL_cserve RET - END(eb164_intr_enable) + END(eb164_intr_disable)