mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Do not clobber existing flags.
This commit is contained in:
@@ -3904,7 +3904,7 @@ _mpd_qexp_check_one(mpd_t *result, const mpd_t *a, const mpd_context_t *ctx,
|
||||
if (_mpd_cmp(&aa, &lim) <= 0) {
|
||||
_settriple(result, 0, 1, 0);
|
||||
_mpd_zeropad(result, ctx, status);
|
||||
*status = MPD_Rounded|MPD_Inexact;
|
||||
*status |= MPD_Rounded|MPD_Inexact;
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user