Fix typo in END macro (END'ed enable twice)

PR:		22713
Submitted by:	Bernd Walter <ticso@cicely5.cicely.de>
This commit is contained in:
mjacob 2000-11-09 17:01:21 +00:00
parent 1fb63986e9
commit 82e691e492

View File

@ -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)