forked from xt-sys/exectos
Unify KSWITCH_FRAME naming with AMD64
This commit is contained in:
parent
10ccf67e8e
commit
a8fa702b05
@ -368,7 +368,7 @@ typedef struct _KSWITCH_FRAME
|
|||||||
{
|
{
|
||||||
PVOID ExceptionList;
|
PVOID ExceptionList;
|
||||||
PVOID Reserved;
|
PVOID Reserved;
|
||||||
PVOID ReturnAddress;
|
PVOID Return;
|
||||||
} KSWITCH_FRAME, *PKSWITCH_FRAME;
|
} KSWITCH_FRAME, *PKSWITCH_FRAME;
|
||||||
|
|
||||||
/* Trap frame definition */
|
/* Trap frame definition */
|
||||||
|
Loading…
Reference in New Issue
Block a user