diff --git a/source/components/debugger/dbinput.c b/source/components/debugger/dbinput.c index 87127d54a..27a04278e 100644 --- a/source/components/debugger/dbinput.c +++ b/source/components/debugger/dbinput.c @@ -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;