diff --git a/src/system/kernel/cache/block_cache.cpp b/src/system/kernel/cache/block_cache.cpp index 765b9a5d95..7ca7caef90 100644 --- a/src/system/kernel/cache/block_cache.cpp +++ b/src/system/kernel/cache/block_cache.cpp @@ -346,7 +346,7 @@ private: static void _IOFinishedCallback(void* cookie, io_request* request, status_t status, bool partialTransfer, generic_size_t bytesTransferred); - void _IOFinished(status_t status, size_t bytesTransferred); + void _IOFinished(status_t status, generic_size_t bytesTransferred); void _RemoveAllocated(size_t unbusyCount, size_t removeCount);