Move some debugger-only symbols around; this patch didn't make it into

the commit resolution for some reason.  Fixes ACPI_DEBUG.
This commit is contained in:
Mike Smith 2002-02-24 07:51:46 +00:00
parent 4cef291124
commit e941505796
3 changed files with 2 additions and 4 deletions

View File

@ -134,8 +134,6 @@
#define DB_FULL_OP_INFO "%5.5X #%4.4X [%2.2d] "
NATIVE_CHAR *AcpiGbl_DbDisasmIndent = "....";
/*******************************************************************************
*

View File

@ -139,8 +139,6 @@ FILE *AcpiGbl_DebugFile = NULL;
#endif
ACPI_TABLE_HEADER *AcpiGbl_DbTablePtr = NULL;
/*******************************************************************************
*

View File

@ -231,6 +231,8 @@ UINT32 AcpiGbl_NestingLevel = 0;
BOOLEAN AcpiGbl_DbTerminateThreads = FALSE;
BOOLEAN AcpiGbl_MethodExecuting = FALSE;
NATIVE_CHAR *AcpiGbl_DbDisasmIndent = "....";
ACPI_TABLE_HEADER *AcpiGbl_DbTablePtr = NULL;
/* System flags */