Fixed chars.

This commit is contained in:
Samuel Hammersberg 2023-03-28 16:54:11 +02:00
parent ba832ba288
commit 4809cad1cb
2 changed files with 18 additions and 36 deletions

View file

@ -88,7 +88,7 @@ or a string contstant
-}
data LLVMValue
= VInteger Integer
| VChar Char
| VChar Int
| VIdent Ident LLVMType
| VConstant String
| VFunction Ident Visibility LLVMType