diff options
Diffstat (limited to 'bootstrap/dump.c')
| -rw-r--r-- | bootstrap/dump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/dump.c b/bootstrap/dump.c index d01f4a7..0ea5c07 100644 --- a/bootstrap/dump.c +++ b/bootstrap/dump.c @@ -41,7 +41,7 @@ pritype(const struct type *ty) { if (ty->fn.variadic) pri("..."); pri(") %t", ty->fn.retty); - case TYenum: + default:assert(0); } } |