mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-31 00:38:01 +00:00
Specify the invalid address
This commit is contained in:
parent
aaa458f407
commit
5fd8e8f152
@ -212,7 +212,7 @@ namespace Xalloc
|
|||||||
CurrentBlock = CurrentBlock->Next;
|
CurrentBlock = CurrentBlock->Next;
|
||||||
}
|
}
|
||||||
|
|
||||||
Xalloc_err("Invalid address.");
|
Xalloc_err("Invalid address %#lx.", Address);
|
||||||
Xalloc_unlock;
|
Xalloc_unlock;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user