mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-04 02:30:53 +00:00
Debugger: Fix DF E937 not checking for 0.0 correctly
This commit is contained in:
parent
65e4859b01
commit
aa4af5e9d5
@ -501,7 +501,7 @@ void FAC_Unpack(WORD nAddress, FAC_t& fac_)
|
|||||||
| ((m3 ) << 8)
|
| ((m3 ) << 8)
|
||||||
| ((m4 ) << 0);
|
| ((m4 ) << 0);
|
||||||
|
|
||||||
fac_.isZero = (fac_.exponent == 0);
|
fac_.isZero = (e0 == 0); // TODO: need to check mantissa?
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user