From 04f27355c01cb894338c3382792c0c2b75c86239 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Fri, 9 Feb 2018 18:18:00 +0000 Subject: Import ACPICA 20180209. --- source/components/dispatcher/dswexec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/components/dispatcher/dswexec.c') diff --git a/source/components/dispatcher/dswexec.c b/source/components/dispatcher/dswexec.c index d3a69fddc81cc..c39095f6c6917 100644 --- a/source/components/dispatcher/dswexec.c +++ b/source/components/dispatcher/dswexec.c @@ -723,8 +723,8 @@ AcpiDsExecEndOp ( case AML_TYPE_CREATE_OBJECT: ACPI_DEBUG_PRINT ((ACPI_DB_EXEC, - "Executing CreateObject (Buffer/Package) Op=%p AMLPtr=%p\n", - Op, Op->Named.Data)); + "Executing CreateObject (Buffer/Package) Op=%p Child=%p ParentOpcode=%4.4X\n", + Op, Op->Named.Value.Arg, Op->Common.Parent->Common.AmlOpcode)); switch (Op->Common.Parent->Common.AmlOpcode) { -- cgit v1.2.3