mirror of
https://github.com/acpica/acpica/
synced 2025-02-25 01:44:33 +03:00
iASL: Enhance "null descriptor" error messages.
Message displays the first line of the descriptor.
This commit is contained in:
parent
45fdbcf3b2
commit
1fa54bc597
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user