mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-14 00:26:04 +00:00

The FXSAVE member `ftw` (FPU Tag Word) was given the wrong size (8-bit) instead of the correct width (16-bit) as per the x87 Programmer's Manual. Adjust this to ensure that we print out the complete value for the register. llvm-svn: 311579