Nicolas Winkler 6 vuotta sitten
vanhempi
commit
c37f54c55d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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
+            
     }
 }