mirror of
https://github.com/processhacker/phnt
synced 2026-06-08 16:49:04 +00:00
Fix TEB on x86 (#13)
This commit is contained in:
@@ -308,7 +308,9 @@ typedef struct _TEB
|
||||
#endif
|
||||
|
||||
BOOLEAN InstrumentationCallbackDisabled;
|
||||
#ifdef _WIN64
|
||||
BOOLEAN UnalignedLoadStoreExceptions;
|
||||
#endif
|
||||
#ifndef _WIN64
|
||||
UCHAR SpareBytes[23];
|
||||
ULONG TxFsContext;
|
||||
|
||||
Reference in New Issue
Block a user