Nicolas Winkler 6 anos atrás
pai
commit
c37f54c55d
1 arquivos alterados com 1 adições e 1 exclusões
  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
+            
     }
 }