| ... | ... | @@ -525,8 +525,8 @@ pub fn flushModule(self: *DebugSymbols, allocator: *Allocator, options: link.Opt |
| 525 | 525 | mem.writeIntLittle(u64, di_buf.addManyAsArrayAssumeCapacity(8), text_section.size); |
| 526 | 526 | |
| 527 | 527 | // Sentinel. |
| 528 | | mem.writeIntLittle(u64, di_buf.addManyAsArrayAssumeCapacity(8), 0); |
| 529 | | mem.writeIntLittle(u64, di_buf.addManyAsArrayAssumeCapacity(8), 0); |
| 528 | mem.writeIntLittle(u32, di_buf.addManyAsArrayAssumeCapacity(4), 0); |
| 529 | mem.writeIntLittle(u32, di_buf.addManyAsArrayAssumeCapacity(4), 0); |
| 530 | 530 | |
| 531 | 531 | // Go back and populate the initial length. |
| 532 | 532 | const init_len = di_buf.items.len - after_init_len; |