mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 00:32:55 +00:00
Add back line whose removal somehow crept into prior patch
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43627 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ee7ae384f5
commit
43a4b28e94
@ -2199,6 +2199,7 @@ APFloat::convertFromDecimalString(const char *p, roundingMode rounding_mode)
|
||||
partCount++;
|
||||
} while (p <= D.lastSigDigit);
|
||||
|
||||
category = fcNormal;
|
||||
fs = roundSignificandWithExponent(decSignificand, partCount,
|
||||
D.exponent, rounding_mode);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user