diff options
Diffstat (limited to 'src/analyze.cpp')
| -rw-r--r-- | src/analyze.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/analyze.cpp b/src/analyze.cpp index 9aa7c71b10..b9a5188b71 100644 --- a/src/analyze.cpp +++ b/src/analyze.cpp @@ -459,7 +459,7 @@ TypeTableEntry *get_maybe_type(CodeGen *g, TypeTableEntry *child_type) { maybe_debug_size_in_bits, maybe_debug_align_in_bits, maybe_offset_in_bits, - 0, child_type->di_type), + 0, bool_type->di_type), }; ZigLLVMDIType *replacement_di_type = ZigLLVMCreateDebugStructType(g->dbuilder, compile_unit_scope, |
