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 047e77b..8c34716 100644 --- a/bootstrap/dump.c +++ b/bootstrap/dump.c @@ -385,6 +385,8 @@ dumpstmt(const struct stmt *stmt, int ws) { else epri("%wreturn;\n", ws); break; + case Seuswitch: + break; } } |