Added user breakpoint field

date	2001.12.13.22.58.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 20:05:00 +00:00
parent ac90fabc56
commit fc0ce1e0f6

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Name: acstruct.h - Internal structs
* $Revision: 1.12 $
* $Revision: 1.13 $
*
*****************************************************************************/
@ -153,6 +153,7 @@ typedef struct acpi_walk_state
UINT32 AmlOffset;
UINT32 ArgTypes;
UINT32 MethodBreakpoint; /* For single stepping */
UINT32 UserBreakpoint; /* User AML breakpoint */
UINT32 ParseFlags;
UINT32 PrevArgTypes;