add missing XSAVE_PKRU_STATE_LEN define
This commit is contained in:
parent
4aba3b54e7
commit
00237b5c9d
@ -241,6 +241,7 @@ const unsigned XSAVE_YMM_STATE_LEN = 256;
|
||||
const unsigned XSAVE_OPMASK_STATE_LEN = 64;
|
||||
const unsigned XSAVE_ZMM_HI256_STATE_LEN = 512;
|
||||
const unsigned XSAVE_HI_ZMM_STATE_LEN = 1024;
|
||||
const unsigned XSAVE_PKRU_STATE_LEN = 64;
|
||||
|
||||
const unsigned XSAVE_SSE_STATE_OFFSET = 160;
|
||||
const unsigned XSAVE_YMM_STATE_OFFSET = 576;
|
||||
|
Loading…
Reference in New Issue
Block a user