mirror of
https://github.com/acpica/acpica/
synced 2025-01-18 15:39:18 +03:00
Opcodes displayed if ACPI_DEBUG_OUTPUT also
date 2002.11.19.23.04.00; author rmoore1; state Exp;
This commit is contained in:
parent
77bd33f6a1
commit
dd7b4d35e0
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user