Support for Terms (executable code) at module level

date	2005.05.25.22.17.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 15:54:03 +00:00
parent 69a95f3df5
commit 7418ea96d9

View File

@ -3,7 +3,7 @@
/******************************************************************************
*
* Module Name: aslcompiler.y - Bison input file (ASL grammar and actions)
* $Revision: 1.91 $
* $Revision: 1.92 $
*
*****************************************************************************/
@ -795,7 +795,7 @@ DefinitionBlockTerm
String ','
DWordConst
')' {TrSetEndLineNumber ($<n>3);}
'{' ObjectList '}' {$$ = TrLinkChildren ($<n>3,7,$4,$6,$8,$10,$12,$14,$18);}
'{' TermList '}' {$$ = TrLinkChildren ($<n>3,7,$4,$6,$8,$10,$12,$14,$18);}
;
/* ACPI 3.0 -- allow semicolons between terms */