mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-09-01 00:12:04 +00:00
Specify the invalid address
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user