Nicolas Winkler il y a 6 ans
Parent
commit
c37f54c55d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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) {
         case INTEGER:
-            context
+            
     }
 }