mirror of
https://github.com/acpica/acpica/
synced 2025-01-15 22:09:17 +03:00
fix warning
date 2002.07.25.01.08.00; author agrover; state Exp;
This commit is contained in:
parent
d41eb9e2d3
commit
d654150d10
@ -521,7 +521,7 @@ AdDoDeferredParse (
|
||||
}
|
||||
|
||||
ACPI_DEBUG_PRINT ((ACPI_DB_INFO, "Parsing %s [%4.4s]\n",
|
||||
Op->Common.AmlOpName, &Op->Named.Name));
|
||||
Op->Common.AmlOpName, (char *) &Op->Named.Name));
|
||||
|
||||
WalkState = AcpiDsCreateWalkState (TABLE_ID_DSDT, Op, NULL, NULL);
|
||||
if (!WalkState)
|
||||
|
Loading…
Reference in New Issue
Block a user