<div dir="ltr"><span style="font-size:16px">Hi all</span><div style="font-size:16px"><br></div><div style="font-size:16px">I was looking into the file "source/Plugins/Process/Utility/RegisterContext_x86.h" and I noticed one thing in FXSAVE structure. The 'ftag' is defined as a 16 bit field.</div><div style="font-size:16px"><br></div><div style="font-size:16px">However, on referring to Architecture Software Developer Manual for x86 architectures, one can see that the memory layout of the contents of FXSAVE area has only 8 bits for 'ftag' register and rest of the 8 bits are reserved. Is there any specific reason of keeping 'ftag' field to be 16 bits in FXSAVE structure in LLDB for x86 Architectures?</div><div style="font-size:16px"><br></div><div style="font-size:16px"><br></div><div style="font-size:16px">- Abhishek</div></div>