Nicolas Winkler 6 years ago
parent
commit
c37f54c55d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Type.cpp

+ 1 - 1
src/Type.cpp

@@ -41,7 +41,7 @@ llvm::Type* sem::NativeType::getLlvmType (llvm::LLVMContext& context) const
 {
 {
     switch(type) {
     switch(type) {
         case INTEGER:
         case INTEGER:
-            context
+            
     }
     }
 }
 }