mirror of
https://github.com/ipxe/ipxe
synced 2026-03-16 03:02:07 +03:00
Add an explicit failure debug message
This commit is contained in:
@@ -123,6 +123,8 @@ void * alloc_memblock ( size_t size, size_t align ) {
|
|||||||
return block;
|
return block;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
DBG ( "Failed to allocate %z (aligned %zx)\n", size, align );
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user