mirror of
https://github.com/acpica/acpica/
synced 2025-02-25 01:44:33 +03:00
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:
parent
bd5d413ed5
commit
bb7b131c62
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user