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:
aystarik 2005-06-29 15:55:23 +00:00
parent fc8ef5eaaf
commit 8b3a127911

View File

@ -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"
};