mirror of
https://github.com/acpica/acpica/
synced 2025-02-19 06:54:20 +03:00
New errors for dependent resource macros; Now can get DSDT from the
registry date 2002.07.30.15.52.00; author rmoore1; state Exp;
This commit is contained in:
parent
fc8ef5eaaf
commit
8b3a127911
@ -2,7 +2,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: aslerror - Error handling and statistics
|
||||
* $Revision: 1.73 $
|
||||
* $Revision: 1.74 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -193,7 +193,10 @@ char *AslMessages [] = {
|
||||
"Reserved name must be a control method",
|
||||
"String must be entirely alphanumeric",
|
||||
"Invalid use of reserved name",
|
||||
"Invalid operand"
|
||||
"Invalid operand",
|
||||
"Missing EndDependentFn() macro in dependent resource list",
|
||||
"Missing StartDependentFn() macro in dependent resource list",
|
||||
"Dependent function macros cannot be nested"
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user