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
+            
     }
 }