mirror of
https://github.com/acpica/acpica/
synced 2025-01-18 15:39:18 +03:00
Removed obsolete case
date 2001.09.03.20.45.00; author rmoore1; state Exp;
This commit is contained in:
parent
53c8542ab8
commit
1c56dc3f86
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user