Erik Kaneda 407cce76d2 iASL: nest each method parameter type under PARSEOP_DEFAULT_ARG
Previously, parameter types were only nested under
PARSEOP_DEFAULT_ARG if the parameter type is declared inside {} braces.

With this change, the following method declarations result in the
same parse tree:

Method (DS06,,Serialized,0, IntObj,   {IntObj,StrObj}){...}
Method (DS07,,Serialized,0, IntObj,   {{IntObj}, StrObj}){...}
Method (DS08,,Serialized,0, {IntObj}, {IntObj, {StrObj}}){...}
Method (DS09,,Serialized,0, {IntObj}, {{IntObj}, {StrObj}}){...}

Signed-off-by: Erik Kaneda <erik.kaneda@intel.com>
2020-02-03 12:13:35 -08:00
2020-01-22 08:10:39 -08:00
2020-01-22 08:10:39 -08:00
Description
No description provided
170 MiB
Languages
ASL 68.6%
C 29%
Yacc 0.8%
HTML 0.5%
Shell 0.5%
Other 0.6%