diff options
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"); } } |