mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
Fix broken absoluteness check for cabs.d.*.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3900 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
7bba1ee81b
commit
6b5435d77c
1 changed files with 2 additions and 2 deletions
|
@ -1250,8 +1250,8 @@ void do_cmp_d_ ## op (long cc) \
|
||||||
void do_cmpabs_d_ ## op (long cc) \
|
void do_cmpabs_d_ ## op (long cc) \
|
||||||
{ \
|
{ \
|
||||||
int c; \
|
int c; \
|
||||||
FDT0 = float64_chs(FDT0); \
|
FDT0 = float64_abs(FDT0); \
|
||||||
FDT1 = float64_chs(FDT1); \
|
FDT1 = float64_abs(FDT1); \
|
||||||
c = cond; \
|
c = cond; \
|
||||||
update_fcr31(); \
|
update_fcr31(); \
|
||||||
if (c) \
|
if (c) \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue