mirror of
https://github.com/acpica/acpica/
synced 2025-03-01 11:54:18 +03:00
New data types
date 99.06.22.22.58.00; author rmoore1; state Exp;
This commit is contained in:
parent
5b5c270755
commit
1959a40668
@ -164,7 +164,7 @@ AmlAppendOperandDiag(
|
||||
|
||||
DEBUG_PRINT (ACPI_ERROR, (" [%s:%d, opcode = %s AML offset %04x]\n",
|
||||
FileName, LineNum,
|
||||
(OpCode > UCHAR_MAX)
|
||||
(OpCode > ACPI_UCHAR_MAX)
|
||||
? LongOps[OpCode & 0x00ff]
|
||||
: ShortOps[OpCode],
|
||||
Method.Offset));
|
||||
@ -172,7 +172,7 @@ AmlAppendOperandDiag(
|
||||
if (GetDebugLevel () > 0)
|
||||
{
|
||||
DUMP_STACK (MODE_Exec,
|
||||
(OpCode > UCHAR_MAX)
|
||||
(OpCode > ACPI_UCHAR_MAX)
|
||||
? LongOps[OpCode & 0x00ff]
|
||||
: ShortOps[OpCode],
|
||||
NumOperands,
|
||||
|
Loading…
x
Reference in New Issue
Block a user