riscv: fix uintfptr_t

Fixes compilation after r363932
This commit is contained in:
Mateusz Guzik 2020-08-05 22:09:40 +00:00
parent ec3b2a79b5
commit 9ce4656a1f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=363933

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