From b9098066cd6284319bca922f13e59517f774a103 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Wed, 25 Nov 2015 21:04:42 +0000 Subject: Import ACPICA 20151124. --- source/components/dispatcher/dsdebug.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'source/components/dispatcher/dsdebug.c') diff --git a/source/components/dispatcher/dsdebug.c b/source/components/dispatcher/dsdebug.c index b28f443620876..87c31c2d19416 100644 --- a/source/components/dispatcher/dsdebug.c +++ b/source/components/dispatcher/dsdebug.c @@ -175,6 +175,7 @@ AcpiDsDumpMethodStack ( ACPI_DEBUG_PRINT ((ACPI_DB_DISPATCH, "\n**** Exception %s during execution of method ", AcpiFormatException (Status))); + AcpiDsPrintNodePathname (WalkState->MethodNode, NULL); /* Display stack of executing methods */ @@ -191,8 +192,8 @@ AcpiDsDumpMethodStack ( if (MethodDesc) { AcpiExStopTraceMethod ( - (ACPI_NAMESPACE_NODE *) MethodDesc->Method.Node, - MethodDesc, WalkState); + (ACPI_NAMESPACE_NODE *) MethodDesc->Method.Node, + MethodDesc, WalkState); } ACPI_DEBUG_PRINT ((ACPI_DB_DISPATCH, @@ -220,8 +221,8 @@ AcpiDsDumpMethodStack ( { /* * This method has called another method - * NOTE: the method call parse subtree is already deleted at this - * point, so we cannot disassemble the method invocation. + * NOTE: the method call parse subtree is already deleted at + * this point, so we cannot disassemble the method invocation. */ ACPI_DEBUG_PRINT_RAW ((ACPI_DB_DISPATCH, "Call to method ")); AcpiDsPrintNodePathname (PreviousMethod, NULL); -- cgit v1.2.3