mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-15 11:23:14 +01:00
Forgot return in DtoInitializer
This commit is contained in:
@@ -1448,6 +1448,8 @@ DValue* DtoInitializer(LLValue* target, Initializer* init)
|
||||
padding = DtoGEPi1(castv, 11);
|
||||
DtoStore(llvm::Constant::getNullValue(LLType::Int16Ty), padding);
|
||||
}
|
||||
|
||||
return res;
|
||||
}
|
||||
else if (init->isVoidInitializer())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user