mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
fix utostr
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28597 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
37e8bde141
commit
539d871ce3
@ -75,7 +75,7 @@ class CppWriter {
|
||||
const char* progname;
|
||||
std::ostream &Out;
|
||||
const Module *TheModule;
|
||||
unsigned long uniqueNum;
|
||||
uint64_t uniqueNum;
|
||||
TypeMap TypeNames;
|
||||
ValueMap ValueNames;
|
||||
TypeMap UnresolvedTypes;
|
||||
|
Loading…
Reference in New Issue
Block a user