iASL: Enhance "null descriptor" error messages.

Message displays the first line of the descriptor.
This commit is contained in:
Robert Moore 2010-10-05 14:47:33 -07:00
parent 45fdbcf3b2
commit 1fa54bc597

View File

@ -190,7 +190,7 @@ RsSmallAddressCheck (
{
/* No resource tag. Descriptor is fixed and is also illegal */
AslError (ASL_ERROR, ASL_MSG_NULL_DESCRIPTOR, MinOp, NULL);
AslError (ASL_ERROR, ASL_MSG_NULL_DESCRIPTOR, Op, NULL);
}
return;
@ -319,7 +319,7 @@ RsLargeAddressCheck (
{
/* No resource tag. Descriptor is fixed and is also illegal */
AslError (ASL_ERROR, ASL_MSG_NULL_DESCRIPTOR, MinOp, NULL);
AslError (ASL_ERROR, ASL_MSG_NULL_DESCRIPTOR, Op, NULL);
}
return;