mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-28 09:33:27 +01:00
Change bool type to i8
This commit is contained in:
@@ -153,9 +153,6 @@ void DtoArrayInit(Loc& loc, DValue* array, DValue* value)
|
||||
switch (arrayelemty->ty)
|
||||
{
|
||||
case Tbool:
|
||||
funcname = "_d_array_init_i1";
|
||||
break;
|
||||
|
||||
case Tvoid:
|
||||
case Tchar:
|
||||
case Tint8:
|
||||
|
||||
Reference in New Issue
Block a user