mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-05 02:04:06 +00:00
Fix #1344
This commit is contained in:
@@ -2188,6 +2188,7 @@ void lb_build_stmt(lbProcedure *p, Ast *node) {
|
||||
lb_emit_defer_stmts(p, lbDeferExit_Branch, block);
|
||||
}
|
||||
lb_emit_jump(p, block);
|
||||
lb_start_block(p, lb_create_block(p, "unreachable"));
|
||||
case_end;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user