Added type info to TBDs

date	2000.06.06.22.24.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 17:04:46 +00:00
parent 258ff31643
commit 1a1d782a34
3 changed files with 437 additions and 501 deletions

View File

@ -195,7 +195,7 @@ DsInitOneObject (
Status = DsParseMethod (ObjHandle);
/* TBD: what do we do with an error? */
/* TBD: [Errors] what do we do with an error? */
if (ACPI_FAILURE (Status))
{
@ -497,7 +497,7 @@ DsBuildInternalSimpleObj (
/*
* The reference will be a Reference
* TBD: unless we really need a separate type of INTERNAL_TYPE_reference
* TBD: [Restructure] unless we really need a separate type of INTERNAL_TYPE_reference
* change DsMapOpcodeToDataType to handle this case
*/
Type = INTERNAL_TYPE_Reference;

View File

@ -398,7 +398,7 @@ DsCreateOperand (
DEBUG_PRINT (TRACE_DISPATCH, ("DsCreateOperand: Null namepath: Arg=%p\n", Arg));
/* TBD: anything else needed for the zero op lvalue? */
/* TBD: [Investigate] anything else needed for the zero op lvalue? */
}
else
@ -571,7 +571,7 @@ DsResolveOperands (
*/
/*
* TBD: Note from previous parser:
* TBD: [Investigate] Note from previous parser:
* RefOf problem with AmlResolveToValue() conversion.
*/

File diff suppressed because it is too large Load Diff