mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Remove a gratuitous align directive after the endp directive for
IVT entries.
This commit is contained in:
parent
31bc3942e5
commit
67f79f5a15
1 changed files with 1 additions and 2 deletions
|
|
@ -608,8 +608,7 @@ END(exception_restore)
|
|||
ivt_##name:
|
||||
|
||||
#define IVT_END(name) \
|
||||
.endp ivt_##name; \
|
||||
.align 0x100
|
||||
.endp ivt_##name
|
||||
|
||||
/*
|
||||
* The IA64 Interrupt Vector Table (IVT) contains 20 slots with 64
|
||||
|
|
|
|||
Loading…
Reference in a new issue