diff options
| author | 2022-08-24 06:46:23 +0200 | |
|---|---|---|
| committer | 2022-08-24 06:46:23 +0200 | |
| commit | e5ed3b20351a2715fe88d9a5dbcc8e6757fe96aa (patch) | |
| tree | 7333f357bc38ed389e8845d59196594377dc46d6 /src/targ.cff | |
| parent | 039ab20bbf6b68c423f420be2481b447d85c606b (diff) | |
llvm defer and more
Diffstat (limited to 'src/targ.cff')
| -rw-r--r-- | src/targ.cff | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/targ.cff b/src/targ.cff index 38fcb48..c5fc093 100644 --- a/src/targ.cff +++ b/src/targ.cff @@ -12,6 +12,7 @@ static const targs []const Targ = { .sizesize: 8, .f64align: 8, .valistsize: 24, .valistalign: 8, + .valistllvmty: "{ i32, i32, i8*, i8* }", .charsigned: #t, .shortenum: #f, } |