We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19066c4 + 07e8fe4 commit f80be41Copy full SHA for f80be41
gen/typinf.cpp
@@ -618,7 +618,7 @@ void TypeInfoStructDeclaration::llvmDefine()
618
initPtr = getNullValue(getVoidPtrType());
619
else
620
initPtr = iraggr->getInitSymbol();
621
- b.push_void_array(getTypeStoreSize(tc->irtype->getLLType()), initPtr);
+ b.push_void_array(getTypeStoreSize(DtoType(tc)), initPtr);
622
623
// toX functions ground work
624
static TypeFunction *tftohash;
0 commit comments