Nicolas Winkler 6 tahun lalu
induk
melakukan
c37f54c55d
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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
+            
     }
 }