aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/dump.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/dump.c')
-rw-r--r--bootstrap/dump.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap/dump.c b/bootstrap/dump.c
index 4b337b7..d01f4a7 100644
--- a/bootstrap/dump.c
+++ b/bootstrap/dump.c
@@ -41,6 +41,7 @@ pritype(const struct type *ty) {
if (ty->fn.variadic)
pri("...");
pri(") %t", ty->fn.retty);
+ case TYenum:
}
}