mirror of
https://github.com/acpica/acpica/
synced 2025-02-26 02:14:33 +03:00
Debug output
date 2000.02.22.21.18.00; author rmoore1; state Exp;
This commit is contained in:
parent
9ca9a09536
commit
96ba530a3f
@ -118,9 +118,9 @@
|
||||
|
||||
#include <acpi.h>
|
||||
#include <parser.h>
|
||||
#include <interpreter.h>
|
||||
#include <interp.h>
|
||||
#include <amlcode.h>
|
||||
#include <namespace.h>
|
||||
#include <namesp.h>
|
||||
#include <hardware.h>
|
||||
#include <events.h>
|
||||
|
||||
@ -232,13 +232,13 @@ AmlSetupField (
|
||||
* exceeds region length, indicate an error
|
||||
*/
|
||||
|
||||
DEBUG_PRINT (ACPI_ERROR,
|
||||
("AmlSetupField: Operation at %08lx width %d bits exceeds region bound %08lx\n",
|
||||
ObjDesc->Field.Offset, FieldBitWidth, RgnDesc->Region.Length));
|
||||
|
||||
DUMP_STACK_ENTRY (RgnDesc);
|
||||
DUMP_STACK_ENTRY (ObjDesc);
|
||||
|
||||
DEBUG_PRINT (ACPI_ERROR,
|
||||
("AmlSetupField: Operation at %08lX width %d bits exceeds len %08lX field=%p region=%p\n",
|
||||
ObjDesc->Field.Offset, FieldBitWidth, RgnDesc->Region.Length, ObjDesc, RgnDesc));
|
||||
|
||||
Status = AE_AML_ERROR;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user