mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-30 19:35:54 +00:00
I guess I can handle large type sizes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26452 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f8913f19ae
commit
288fe0f74d
@ -1058,8 +1058,7 @@ DIE *DwarfWriter::NewType(CompileUnit *Unit, TypeDesc *TyDesc) {
|
||||
|
||||
// Get core information.
|
||||
const std::string &Name = TyDesc->getName();
|
||||
// FIXME - handle larger sizes.
|
||||
unsigned Size = TyDesc->getSize() >> 3;
|
||||
uint64_t Size = TyDesc->getSize() >> 3;
|
||||
|
||||
DIE *Ty = NULL;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user