Unify KSWITCH_FRAME naming with AMD64
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Rafal Kupiec 2023-03-15 19:15:31 +01:00
parent 10ccf67e8e
commit a8fa702b05
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -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 */