authorgravatar for kubkon@jakubkonka.comJakub Konka <kubkon@jakubkonka.com> 2023-10-18 14:12:53+02:00
committergravatar for kubkon@jakubkonka.comJakub Konka <kubkon@jakubkonka.com> 2023-10-19 21:56:47+02:00
log349dc05452299a998e7caf4f7afe7bab3620c247
tree5e8efef85e67535af34b1f83573cd1f53f612cf5
parent530dc0405c9f48fa3b241f078cf815164e4448ab

dwarf: remove obsolete sentinels from abbrev table


1 files changed, 0 insertions(+), 2 deletions(-)

src/link/Dwarf.zig-2
...@@ -1788,8 +1788,6 @@ pub fn writeDbgAbbrev(self: *Dwarf) !void {...@@ -1788,8 +1788,6 @@ pub fn writeDbgAbbrev(self: *Dwarf) !void {
1788 DW.AT.count, DW.FORM.udata,1788 DW.AT.count, DW.FORM.udata,
1789 0,1789 0,
1790 0, // table sentinel1790 0, // table sentinel
1791 0,
1792 0,
1793 0, // section sentinel1791 0, // section sentinel
1794 };1792 };
1795 const abbrev_offset = 0;1793 const abbrev_offset = 0;