diff options
Diffstat (limited to 'includes/rts/storage/MBlock.h')
-rw-r--r-- | includes/rts/storage/MBlock.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/rts/storage/MBlock.h b/includes/rts/storage/MBlock.h index 046990eea9..419a96e225 100644 --- a/includes/rts/storage/MBlock.h +++ b/includes/rts/storage/MBlock.h @@ -17,8 +17,8 @@ extern W_ mblocks_allocated; extern void initMBlocks(void); extern void * getMBlock(void); -extern void * getMBlocks(nat n); -extern void freeMBlocks(void *addr, nat n); +extern void * getMBlocks(uint32_t n); +extern void freeMBlocks(void *addr, uint32_t n); extern void releaseFreeMemory(void); extern void freeAllMBlocks(void); |