Standardized all references to AML code to "AmlStart" and "AmlLength",

replacing things like Pcode, AmlPtr, etc.


date	2001.09.11.21.16.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:21:20 +00:00
parent bd5d413ed5
commit bb7b131c62

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: utobject - ACPI object create/delete/size/cache routines
* $Revision: 1.55 $
* $Revision: 1.56 $
*
*****************************************************************************/
@ -217,7 +217,9 @@ AcpiUtValidInternalObject (
if (AcpiTbSystemTablePointer (Object))
{
ACPI_DEBUG_PRINT ((ACPI_DB_INFO, "**** Object %p is a Pcode Ptr\n", Object));
ACPI_DEBUG_PRINT (
(ACPI_DB_INFO, "**** Object %p points into an ACPI table\n",
Object));
return (FALSE);
}