Work on typeinfo.

This commit is contained in:
Alexey Prokhin
2010-12-19 15:50:44 +03:00
parent 1fc3dbaeb0
commit 48d89916ef
2 changed files with 4 additions and 9 deletions

View File

@@ -793,9 +793,7 @@ LLConstant* DtoDefineClassInfo(ClassDeclaration* cd)
// xgetMembers
VarDeclaration* xgetVar = (VarDeclaration*)cinfo->fields.data[11];
// FIXME: fill it out!
b.push_null(xgetVar->type);
b.push_funcptr(cd->findGetMembers(), xgetVar->type);
#else