A few fixes for 64bit

This commit is contained in:
Alexey Prokhin
2011-02-23 12:49:57 +03:00
parent aa5dfdfd4d
commit e921998d75
11 changed files with 45 additions and 25 deletions

View File

@@ -353,7 +353,7 @@ LLType* DtoUnpaddedStructType(Type* dty) {
CacheT::iterator it = cache->find(dty);
if (it != cache->end())
return it->second;
TypeStruct* sty = (TypeStruct*) dty;
Array& fields = sty->sym->fields;