arm64: fix uintfptr_t
Fixes compilation after r363932
This commit is contained in:
parent
9ce4656a1f
commit
0ef3c62577
@ -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 New Issue
Block a user