mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 17:49:22 -04:00
Put intrcnt, eintrcnt, intrnames and eintrnames into the .data section.
Noted by: "Tseng, Kuo-Lang" <kuo-lang.tseng intel com>, bde MFC after: 3 days
This commit is contained in:
parent
908e960ea6
commit
12be48a216
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@
|
|||
|
||||
#include "assym.s"
|
||||
|
||||
.data
|
||||
ALIGN_DATA
|
||||
.globl intrcnt, eintrcnt
|
||||
intrcnt:
|
||||
|
|
|
|||
Loading…
Reference in a new issue