dwarf: remove obsolete sentinels from abbrev table

This commit is contained in:
Jakub Konka 2023-10-18 14:12:53 +02:00
parent 530dc0405c
commit 349dc05452

View File

@ -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;