correction Call et CallVoid avec print et read + clean

This commit is contained in:
Rochas
2025-04-30 10:32:07 +02:00
parent d4a9b1f71d
commit 2853688baa
3 changed files with 21 additions and 21 deletions

View File

@@ -218,7 +218,7 @@ public class ProgramLLVM {
}
}
public static record CharLLVMImp(Boolean isString) implements TypeLLVM{
public static record CharLLVMImp() implements TypeLLVM{
@Override
public <H, S> S accept(TypeLLVMVisitor<H, S> v, H h) {
return v.visitCharLLVM(this, h);