iASL: Update error message for ResourceTag size mismatch.

Mention "size mismatch" in the error message(s).
This commit is contained in:
Robert Moore 2012-06-06 09:43:20 -07:00
parent d4fcca77cc
commit 8274bb02a7

View File

@ -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" : "");