diff --git a/source/compiler/aslcompiler.y b/source/compiler/aslcompiler.y index e6f2128d6..881f1677b 100644 --- a/source/compiler/aslcompiler.y +++ b/source/compiler/aslcompiler.y @@ -3,7 +3,7 @@ /****************************************************************************** * * Module Name: aslcompiler.y - Bison input file (ASL grammar and actions) - * $Revision: 1.66 $ + * $Revision: 1.67 $ * *****************************************************************************/ @@ -758,7 +758,7 @@ DefinitionBlockTerm String ',' DWordConst ')' {TrSetEndLineNumber ($3);} - '{' TermList '}' {$$ = TrLinkChildren ($3,7,$4,$6,$8,$10,$12,$14,$18);} + '{' ObjectList '}' {$$ = TrLinkChildren ($3,7,$4,$6,$8,$10,$12,$14,$18);} ; TermList