mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-04 18:38:05 +00:00
If we're trying to be arbitrary precision, unsigned char clearly won't cut it. Needed for dec->bin conversions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42910 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1e8390d8d6
commit
7a951ca548
@ -39,7 +39,7 @@ namespace llvm {
|
|||||||
|
|
||||||
/* Number of bits in the significand. This includes the integer
|
/* Number of bits in the significand. This includes the integer
|
||||||
bit. */
|
bit. */
|
||||||
unsigned char precision;
|
unsigned int precision;
|
||||||
|
|
||||||
/* If the target format has an implicit integer bit. */
|
/* If the target format has an implicit integer bit. */
|
||||||
bool implicitIntegerBit;
|
bool implicitIntegerBit;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user