mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +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_defer_stmts(p, lbDeferExit_Branch, block);
|
||||||
}
|
}
|
||||||
lb_emit_jump(p, block);
|
lb_emit_jump(p, block);
|
||||||
|
lb_start_block(p, lb_create_block(p, "unreachable"));
|
||||||
case_end;
|
case_end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user