Skip to content

Commit

Permalink
fix #4243
Browse files Browse the repository at this point in the history
  • Loading branch information
laytan committed Sep 14, 2024
1 parent d2d2026 commit d03d9e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/llvm_backend_debug.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ gb_internal LLVMMetadataRef lb_debug_bitfield(lbModule *m, Type *type, String na
GB_ASSERT(f->kind == Entity_Variable);
String name = f->token.string;
elements[i] = LLVMDIBuilderCreateBitFieldMemberType(m->debug_builder, scope, cast(char const *)name.text, name.len, file, line,
bit_size, offset_in_bits, offset_in_bits,
bit_size, offset_in_bits, 0,
LLVMDIFlagZero, lb_debug_type(m, f->type)
);

Expand Down

0 comments on commit d03d9e4

Please sign in to comment.