Fix #98: Use FSTP instruction with appropriate size
Instead of printing `FSTP` and `FSTPD`, print `FSTP DWORD PTR` and `FSTP QWORD PTR` to store a single-float and double-float value to memory. Clang likes this form better than the original, but gcc accepts both.
Loading
Please register or sign in to comment