mirror of
https://github.com/acpica/acpica/
synced 2025-01-17 23:09:18 +03:00
Cleanup
date 2001.03.13.21.14.00; author rmoore1; state Exp;
This commit is contained in:
parent
0cca54a3d3
commit
ce7f46e5a2
@ -1,7 +1,7 @@
|
||||
/*******************************************************************************
|
||||
*
|
||||
* Module Name: dbinput - user front-end to the AML debugger
|
||||
* $Revision: 1.57 $
|
||||
* $Revision: 1.59 $
|
||||
*
|
||||
******************************************************************************/
|
||||
|
||||
@ -125,7 +125,7 @@
|
||||
|
||||
#ifdef ENABLE_DEBUGGER
|
||||
|
||||
#define _COMPONENT DEBUGGER
|
||||
#define _COMPONENT ACPI_DEBUGGER
|
||||
MODULE_NAME ("dbinput")
|
||||
|
||||
|
||||
@ -672,7 +672,9 @@ AcpiDbCommandDispatch (
|
||||
|
||||
Status = AcpiDbCommandDispatch (CommandLine, WalkState, Op);
|
||||
if (ACPI_SUCCESS (Status))
|
||||
{
|
||||
Status = AE_CTRL_TRUE;
|
||||
}
|
||||
return (Status);
|
||||
break;
|
||||
|
||||
@ -685,7 +687,9 @@ AcpiDbCommandDispatch (
|
||||
|
||||
Status = AcpiDbCommandDispatch (CommandLine, WalkState, Op);
|
||||
if (ACPI_SUCCESS (Status))
|
||||
{
|
||||
Status = AE_CTRL_TRUE;
|
||||
}
|
||||
return (Status);
|
||||
|
||||
case CMD_INFORMATION:
|
||||
|
Loading…
Reference in New Issue
Block a user