changeset 483:d86af825e8d9

Forgot return in DtoInitializer
author Christian Kamm <kamm incasoftware de>
date Thu, 07 Aug 2008 18:17:59 +0200
parents aa8c050dfd19
children 1e96c742be5a
files gen/llvmhelpers.cpp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gen/llvmhelpers.cpp	Thu Aug 07 18:15:27 2008 +0200
+++ b/gen/llvmhelpers.cpp	Thu Aug 07 18:17:59 2008 +0200
@@ -1448,6 +1448,8 @@
             padding = DtoGEPi1(castv, 11);
             DtoStore(llvm::Constant::getNullValue(LLType::Int16Ty), padding);
         }
+
+        return res;
     }
     else if (init->isVoidInitializer())
     {