Opcodes displayed if ACPI_DEBUG_OUTPUT also

date	2002.11.19.23.04.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 18:05:52 +00:00
parent 77bd33f6a1
commit dd7b4d35e0

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: psopcode - Parser/Interpreter opcode information table
* $Revision: 1.73 $
* $Revision: 1.74 $
*
*****************************************************************************/
@ -827,7 +827,7 @@ NATIVE_CHAR *
AcpiPsGetOpcodeName (
UINT16 Opcode)
{
#ifdef ACPI_DISASSEMBLER
#if defined(ACPI_DISASSEMBLER) || defined (ACPI_DEBUG_OUTPUT)
const ACPI_OPCODE_INFO *Op;