Added a debug global

date	2001.01.31.18.24.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 16:24:26 +00:00
parent a6cf41ad1a
commit e0dc047a1d

View File

@ -1,7 +1,7 @@
/*******************************************************************************
*
* Module Name: dbinput - user front-end to the AML debugger
* $Revision: 1.51 $
* $Revision: 1.55 $
*
******************************************************************************/
@ -9,8 +9,8 @@
*
* 1. Copyright Notice
*
* Some or all of this work - Copyright (c) 1999, Intel Corp. All rights
* reserved.
* Some or all of this work - Copyright (c) 1999, 2000, 2001, Intel Corp.
* All rights reserved.
*
* 2. License
*
@ -153,6 +153,7 @@ BOOLEAN opt_disasm = FALSE;
BOOLEAN opt_stats = FALSE;
BOOLEAN opt_parse_jit = FALSE;
BOOLEAN opt_verbose = TRUE;
BOOLEAN opt_ini_methods = TRUE;
/*
@ -626,7 +627,7 @@ AcpiDbCommandDispatch (
Status = AcpiEnable();
if (ACPI_FAILURE(Status))
{
AcpiOsPrintf("AcpiEnable failed (0x%x)\n", Status);
AcpiOsPrintf("AcpiEnable failed (Status=%X)\n", Status);
return (Status);
}
break;