Removed obsolete case

date	2001.09.03.20.45.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 18:04:30 +00:00
parent 53c8542ab8
commit 1c56dc3f86

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: psopcode - Parser opcode information table
* $Revision: 1.40 $
* $Revision: 1.41 $
*
*****************************************************************************/
@ -808,15 +808,6 @@ AcpiPsGetOpcodeInfo (
break;
case AML_LNOT_OP:
/* This case is for the bogus opcodes LNOTEQUAL, LLESSEQUAL, LGREATEREQUAL */
/* TBD: [Investigate] remove this case? */
ACPI_DEBUG_PRINT ((ACPI_DB_ERROR, "Bad multi-byte opcode=%X\n", Opcode));
break;
default:
ACPI_DEBUG_PRINT ((ACPI_DB_ERROR, "Unknown extended opcode=%X\n", Opcode));