diff options
| author | 2022-08-12 11:20:43 +0200 | |
|---|---|---|
| committer | 2022-08-12 11:20:43 +0200 | |
| commit | eff929f0d323559f3b2e9272e3c1d4aa82fc5c80 (patch) | |
| tree | c3dd54fe4ed4a3082f455c8fe37436f767760977 /bootstrap/dump.c | |
| parent | 19f1093f0929b989a06cdee2e7d175e6db15559c (diff) | |
va list, cont fix
Diffstat (limited to 'bootstrap/dump.c')
| -rw-r--r-- | bootstrap/dump.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap/dump.c b/bootstrap/dump.c index 3bd915f..bf63d22 100644 --- a/bootstrap/dump.c +++ b/bootstrap/dump.c @@ -66,6 +66,8 @@ pritype(const struct type *ty) { epri("%bc", '>'); } break; + case TYvalist: + epri("va_list"); } } |