Nicolas Winkler hace 6 años
padre
commit
c37f54c55d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
+            
     }
 }