diff --git a/src/system/kernel/heap.cpp b/src/system/kernel/heap.cpp index 928f5b1ba4..19e9e0966b 100644 --- a/src/system/kernel/heap.cpp +++ b/src/system/kernel/heap.cpp @@ -729,7 +729,7 @@ analyze_allocation_callers(heap_allocator *heap) caller_info *callerInfo = get_caller_info(info->caller); if (callerInfo == NULL) { kprintf("out of space for caller infos\n"); - return 0; + return false; } callerInfo->count++;