mirror of
https://github.com/ziglang/zig.git
synced 2026-01-17 04:45:20 +00:00
dwarf: remove obsolete sentinels from abbrev table
This commit is contained in:
parent
530dc0405c
commit
349dc05452
@ -1788,8 +1788,6 @@ pub fn writeDbgAbbrev(self: *Dwarf) !void {
|
||||
DW.AT.count, DW.FORM.udata,
|
||||
0,
|
||||
0, // table sentinel
|
||||
0,
|
||||
0,
|
||||
0, // section sentinel
|
||||
};
|
||||
const abbrev_offset = 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user