mirror of
https://github.com/acpica/acpica/
synced 2025-04-01 11:02:59 +03:00
Added user breakpoint field
date 2001.12.13.22.58.00; author rmoore1; state Exp;
This commit is contained in:
parent
ac90fabc56
commit
fc0ce1e0f6
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user