commit | 93c3593ad04f2610fd0a176dfa89a7e40b6afe1f | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Fri Feb 21 17:20:17 2020 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Feb 25 09:18:01 2020 +0100 |
tree | ec2a66d9b003ce146f45e20bdccdd5d8985d8d0e | |
parent | cce8944cc9efab47d4bf29cfffb3470371c3541b [diff] |
target/i386: check for empty register in FXAM The fxam instruction returns the wrong result after fdecstp or after an underflow. Check fptags to handle this. Reported-by: <chengang@emindsoft.com.cn> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>