From 2b3bc21f3f7edb429302e81f54d2e3c0e89e5acb Mon Sep 17 00:00:00 2001 From: bhgv Date: Thu, 28 May 2020 12:49:41 +0300 Subject: sup. FreeRTOS riscV-64 (k210 cpu). 4th step --- include/pool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/pool.h') diff --git a/include/pool.h b/include/pool.h index 3775148..66b3479 100644 --- a/include/pool.h +++ b/include/pool.h @@ -55,7 +55,7 @@ struct Btail #define B2LIMIT(b) ((Bhdr*)((uchar*)b + b->csize)) -#define BHDRSIZE ((int)(((Bhdr*)0)->u.data)+sizeof(Btail)) +#define BHDRSIZE ((long)(((Bhdr*)0)->u.data)+sizeof(Btail)) extern void (*poolfault)(void *, char *, ulong); extern void poolinit(void); -- cgit v1.2.3