arm64: fix uintfptr_t

Fixes compilation after r363932
This commit is contained in:
Mateusz Guzik 2020-08-05 22:09:57 +00:00
parent 9ce4656a1f
commit 0ef3c62577

View File

@ -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