remill
remill copied to clipboard
Input deormal cumulative flag (fpsr.idc) bit not properly saved when saving state
To recreate:
mov x3, 0x80
msr fpsr, x3
mrs x3, fpsr
Discovered while testing the implementation of the msr
instruction.