diff options
Diffstat (limited to 'source/components/debugger/dbutils.c')
| -rw-r--r-- | source/components/debugger/dbutils.c | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/source/components/debugger/dbutils.c b/source/components/debugger/dbutils.c index a089344e2297..4a7cf4144208 100644 --- a/source/components/debugger/dbutils.c +++ b/source/components/debugger/dbutils.c @@ -45,7 +45,6 @@  #include "accommon.h"  #include "acnamesp.h"  #include "acdebug.h" -#include "acdisasm.h"  #ifdef ACPI_DEBUGGER @@ -223,7 +222,7 @@ AcpiDbDumpExternalObject (      case ACPI_TYPE_LOCAL_REFERENCE:          AcpiOsPrintf ("[Object Reference] = "); -        AcpiDmDisplayInternalObject (ObjDesc->Reference.Handle, NULL); +        AcpiDbDisplayInternalObject (ObjDesc->Reference.Handle, NULL);          break;      case ACPI_TYPE_PROCESSOR:  | 
