mirror of
https://github.com/acpica/acpica/
synced 2025-01-19 07:59:44 +03:00
Added type info to TBDs
date 2000.06.06.22.24.00; author rmoore1; state Exp;
This commit is contained in:
parent
258ff31643
commit
1a1d782a34
@ -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;
|
||||
|
@ -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
Loading…
Reference in New Issue
Block a user