| author | |
| committer | |
| log | cbbd6cfa1e85dc5cda38572f7a1d462a678c2adf |
| tree | 64ccba9c61fcccec6ce824db1f646b9b3ef0875b |
| parent | 5f5880979e8c5a7cfa4efdabad6358ceb89cc0e7 |
asserting is better than segfaulting1 files changed, 1 insertions(+), 0 deletions(-)
src/codegen.cpp+1| ... | ... | @@ -4373,6 +4373,7 @@ static LLVMValueRef gen_const_val(CodeGen *g, ConstExprValue *const_val, const c |
| 4373 | 4373 | } |
| 4374 | 4374 | } |
| 4375 | 4375 | } |
| 4376 | zig_unreachable(); | |
| 4376 | 4377 | case TypeTableEntryIdErrorUnion: |
| 4377 | 4378 | { |
| 4378 | 4379 | TypeTableEntry *payload_type = type_entry->data.error_union.payload_type; |