Fix TEB on x86 (#13)

This commit is contained in:
namazso
2021-05-30 01:06:26 +02:00
committed by GitHub
parent 9d43b7041b
commit 190fbb00f1
+2
View File
@@ -308,7 +308,9 @@ typedef struct _TEB
#endif
BOOLEAN InstrumentationCallbackDisabled;
#ifdef _WIN64
BOOLEAN UnalignedLoadStoreExceptions;
#endif
#ifndef _WIN64
UCHAR SpareBytes[23];
ULONG TxFsContext;