mirror of
https://github.com/acpica/acpica/
synced 2025-01-14 05:19:18 +03:00
iASL: Update error message for ResourceTag size mismatch.
Mention "size mismatch" in the error message(s).
This commit is contained in:
parent
d4fcca77cc
commit
8274bb02a7
@ -1170,7 +1170,7 @@ LkNamespaceLocateBegin (
|
||||
|
||||
if (Message)
|
||||
{
|
||||
sprintf (MsgBuffer, "Tag: %u bit%s, Field: %u bit%s",
|
||||
sprintf (MsgBuffer, "Size mismatch, Tag: %u bit%s, Field: %u bit%s",
|
||||
TagBitLength, (TagBitLength > 1) ? "s" : "",
|
||||
FieldBitLength, (FieldBitLength > 1) ? "s" : "");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user