mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix typo in END macro (END'ed enable twice)
PR: 22713 Submitted by: Bernd Walter <ticso@cicely5.cicely.de>
This commit is contained in:
parent
7472e09468
commit
259515a1ec
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue