Now compiles again, and fixed type of the Interface[N] ClassInfo symbol.

This commit is contained in:
Tomas Lindquist Olsen 2009-04-16 11:01:49 +02:00
parent 37cf5a5789
commit bb98d68f64
2 changed files with 3 additions and 3 deletions

View file

@ -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)