mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-16 12:24:03 +00:00
Fix build breakage on alpha, without causing it on x86. as a bonus, all platforms can invent the same number of unique names now
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28596 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -138,7 +138,7 @@ private:
|
||||
/// @{
|
||||
private:
|
||||
TypeMap tmap; ///< This is the mapping of names to types.
|
||||
mutable unsigned long LastUnique; ///< Counter for tracking unique names
|
||||
mutable uint64_t LastUnique; ///< Counter for tracking unique names
|
||||
|
||||
/// @}
|
||||
|
||||
|
Reference in New Issue
Block a user