mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-16 04:43:14 +01:00
A few fixes for 64bit
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user