mirror of
https://github.com/acpica/acpica/
synced 2025-02-22 08:24:12 +03:00
iASL: emit error on duplicate named objects rather than a warning
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
This commit is contained in:
parent
2ffc68d55c
commit
7206d42f91
@ -357,7 +357,7 @@ LdLoadFieldElements (
|
||||
* The name already exists in this scope
|
||||
* But continue processing the elements
|
||||
*/
|
||||
AslDualParseOpError (ASL_WARNING, ASL_MSG_NAME_EXISTS, Child,
|
||||
AslDualParseOpError (ASL_ERROR, ASL_MSG_NAME_EXISTS, Child,
|
||||
Child->Asl.Value.String, ASL_MSG_FOUND_HERE, Node->Op,
|
||||
Node->Op->Asl.ExternalName);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user