From 1aaf1de145fab9836849cd2295c5d506ae93054b Mon Sep 17 00:00:00 2001 From: Matt Jacob Date: Thu, 14 Jun 2001 19:33:16 +0000 Subject: [PATCH] Fix Assembler buglet: Warning: .end directive names different symbol than .ent MFC after: 2 weeks --- sys/alpha/pci/pci_eb64plus_intr.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/alpha/pci/pci_eb64plus_intr.s b/sys/alpha/pci/pci_eb64plus_intr.s index f568ff502704..9e69223960f5 100644 --- a/sys/alpha/pci/pci_eb64plus_intr.s +++ b/sys/alpha/pci/pci_eb64plus_intr.s @@ -61,4 +61,4 @@ LEAF(eb64plus_intr_disable,1) ldiq a0, 0x35 call_pal PAL_cserve RET - END(eb64plus_intr_enable) + END(eb64plus_intr_disable)