Fix more typos in softloat code (Eduardo Felipe)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3716 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
0b1b91c77c
commit
cd8a25337e
@ -5391,7 +5391,7 @@ INLINE int float ## s ## _compare_internal( float ## s a, float ## s b, \
|
||||
aSign = extractFloat ## s ## Sign( a ); \
|
||||
bSign = extractFloat ## s ## Sign( b ); \
|
||||
av = float ## s ## _val(a); \
|
||||
bv = float ## s ## _val(a); \
|
||||
bv = float ## s ## _val(b); \
|
||||
if ( aSign != bSign ) { \
|
||||
if ( (bits ## s) ( ( av | bv )<<1 ) == 0 ) { \
|
||||
/* zero case */ \
|
||||
|
Loading…
Reference in New Issue
Block a user