mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
assert(false) -> zig_unreachable()
This commit is contained in:
parent
e579011a6e
commit
86a0ae8699
1 changed files with 1 additions and 1 deletions
|
|
@ -537,7 +537,7 @@ static void gen_block(CodeGen *g, AstNode *block_node) {
|
|||
case NodeTypeFnCall:
|
||||
case NodeTypeExternBlock:
|
||||
case NodeTypeDirective:
|
||||
assert(false);
|
||||
zig_unreachable();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue