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