Initialize thread context for AMD64
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
2023-03-14 17:37:20 +01:00
parent 8f653c47dc
commit 5677719038
3 changed files with 109 additions and 1 deletions

View File

@@ -388,6 +388,7 @@ typedef struct _KTHREAD
SINGLE_LIST_ENTRY SwapListEntry;
};
PKQUEUE Queue;
CHAR PreviousMode;
SHORT SpecialApcDisable;
PTHREAD_ENVIRONMENT_BLOCK EnvironmentBlock;
union