There was an error while loading. Please reload this page.
1 parent e9616a7 commit 844712aCopy full SHA for 844712a
pkg/proc/amd64util/xsave.go
@@ -74,11 +74,11 @@ func (xstate *AMD64Xstate) Decode() []proc.Register {
74
const (
75
_XSTATE_MAX_KNOWN_SIZE = 2969
76
77
- _XSAVE_XMM_REGION_START = 160
78
- _XSAVE_HEADER_START = 512
79
- _XSAVE_HEADER_LEN = 64
80
- _XSAVE_EXTENDED_REGION_START = 576
81
- _XSAVE_SSE_REGION_LEN = 416
+ _XSAVE_XMM_REGION_START = 160
+ _XSAVE_HEADER_START = 512
+ _XSAVE_HEADER_LEN = 64
+ _XSAVE_EXTENDED_REGION_START = 576
+ _XSAVE_SSE_REGION_LEN = 416
82
)
83
84
// AMD64XstateRead reads a byte array containing an XSAVE area into regset.
0 commit comments