mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-21 07:13:13 +01:00
Now compiles again, and fixed type of the Interface[N] ClassInfo symbol.
This commit is contained in:
@@ -60,7 +60,7 @@ void DtoResolveClass(ClassDeclaration* cd)
|
||||
|
||||
// emit the interfaceInfosZ symbol if necessary
|
||||
if (cd->vtblInterfaces && cd->vtblInterfaces->dim > 0)
|
||||
getInterfaceArraySymbol(); // initializer is applied when it's built
|
||||
irstruct->getInterfaceArraySymbol(); // initializer is applied when it's built
|
||||
|
||||
// perform definition
|
||||
if (needs_def)
|
||||
|
||||
Reference in New Issue
Block a user