diff options
Diffstat (limited to 'source/components/dispatcher/dsdebug.c')
-rw-r--r-- | source/components/dispatcher/dsdebug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/components/dispatcher/dsdebug.c b/source/components/dispatcher/dsdebug.c index ceb6b8a51b70..4a0696a3632b 100644 --- a/source/components/dispatcher/dsdebug.c +++ b/source/components/dispatcher/dsdebug.c @@ -320,6 +320,7 @@ AcpiDsDumpMethodStack ( Op->Common.Next = NULL; #ifdef ACPI_DISASSEMBLER + AcpiOsPrintf ("Failed at "); AcpiDmDisassemble (NextWalkState, Op, ACPI_UINT32_MAX); #endif Op->Common.Next = Next; |