Fix Assembler buglet: Warning: .end directive names different symbol than .ent

MFC after:	2 weeks
This commit is contained in:
Matt Jacob 2001-06-14 19:33:16 +00:00
parent d7a20073af
commit 1aaf1de145
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=78223

View File

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