1
0
feito fork de xt-sys/exectos

Initialize thread context for i686

Esse commit está contido em:
2023-03-15 23:05:18 +01:00
commit e6b64b741a
3 arquivos alterados com 82 adições e 5 exclusões

Ver Arquivo

@@ -88,7 +88,11 @@ typedef struct _M128
typedef struct _DISPATCHER_HEADER
{
UCHAR Type;
UCHAR Absolute;
union
{
UCHAR Absolute;
UCHAR NpxIrql;
};
UCHAR Inserted;
BOOLEAN DebugActive;
LONG SignalState;