mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 18:33:14 +01:00
Forgot to set the (ClassInfo.flags & 32) bit added in 1.045.
This commit is contained in:
@@ -636,6 +636,11 @@ static unsigned build_classinfo_flags(ClassDeclaration* cd)
|
||||
L2:
|
||||
if (hasOffTi)
|
||||
flags |= 4;
|
||||
|
||||
// always define the typeinfo field.
|
||||
// why would ever not do this?
|
||||
flags |= 32;
|
||||
|
||||
return flags;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user