aboutsummaryrefslogtreecommitdiff
path: root/include/ppcp7/cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ppcp7/cache.h')
-rw-r--r--include/ppcp7/cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ppcp7/cache.h b/include/ppcp7/cache.h
index 3c02bb1..611b6a3 100644
--- a/include/ppcp7/cache.h
+++ b/include/ppcp7/cache.h
@@ -124,7 +124,7 @@ static inline void ci_rmove(void *dst, void *src, unsigned long esize,
#define FAST_MRMOVE(s, d, size) _FASTRMOVE(s, d, size)
-extern void fast_rfill(char *dst, long size, char pat);
+extern void fast_rfill(char *dst, unsigned long size, char pat);
#define FAST_RFILL(dst, size, pat) fast_rfill(dst, size, pat)
static inline uint16_t bswap16_load(uint64_t addr)