Nicolas Winkler 6 éve
szülő
commit
c37f54c55d
1 módosított fájl, 1 hozzáadás és 1 törlés
  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
+            
     }
 }