mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-24 00:33:12 +01:00
fix stupid bug with sizes of compiler classes
This commit is contained in:
@@ -126,7 +126,7 @@ Type *Type::tvoidptr;
|
||||
Type *Type::tstring;
|
||||
Type *Type::basic[TMAX];
|
||||
unsigned char Type::mangleChar[TMAX];
|
||||
unsigned char Type::sizeTy[TMAX];
|
||||
unsigned short Type::sizeTy[TMAX];
|
||||
StringTable Type::stringtable;
|
||||
|
||||
#if IN_LLVM
|
||||
|
||||
@@ -216,7 +216,7 @@ struct Type : Object
|
||||
|
||||
static Type *basic[TMAX];
|
||||
static unsigned char mangleChar[TMAX];
|
||||
static unsigned char sizeTy[TMAX];
|
||||
static unsigned short sizeTy[TMAX];
|
||||
static StringTable stringtable;
|
||||
#if IN_LLVM
|
||||
static StringTable deco_stringtable;
|
||||
|
||||
Reference in New Issue
Block a user