Nicolas Winkler 6 роки тому
батько
коміт
c37f54c55d
1 змінених файлів з 1 додано та 1 видалено
  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
+            
     }
 }