mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
arm64: fix uintfptr_t
Fixes compilation after r363932
This commit is contained in:
parent
9ce4656a1f
commit
0ef3c62577
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ void mcount(uintfptr_t frompc, uintfptr_t selfpc);
|
|||
|
||||
#else /* !_KERNEL */
|
||||
|
||||
typedef unsigned long long uintfptr_t;
|
||||
typedef __uintfptr_t uintfptr_t;
|
||||
|
||||
#define _MCOUNT_DECL void mcount
|
||||
#define MCOUNT
|
||||
|
|
|
|||
Loading…
Reference in a new issue