From fcc161e70502caf34bc0206d2c428e8341e97fa6 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 24 May 2020 22:43:18 -0700 Subject: 6397 Drop '---' section boundaries from filenames. I noticed them confusing tab-completion for certain advanced shell setups. --- html/035compute_segment_address.cc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/035compute_segment_address.cc.html') diff --git a/html/035compute_segment_address.cc.html b/html/035compute_segment_address.cc.html index 9204ba49..fb555268 100644 --- a/html/035compute_segment_address.cc.html +++ b/html/035compute_segment_address.cc.html @@ -96,10 +96,10 @@ if ('onhashchange' in window) { 38 // valid address for user space, so assume we're creating a real ELF binary, not just running a test 39 curr.start &= 0xfffff000; // same number of zeros as the p_align used when emitting the ELF binary 40 curr.start |= (p_offset & 0xfff); -41 trace(99, "transform") << "segment " << i << " begins at address 0x" << HEXWORD << curr.start << end(); +41 trace(99, "transform") << "segment " << i << " begins at address 0x" << HEXWORD << curr.start << end(); 42 } 43 p_offset += size_of(curr); -44 assert(p_offset < SEGMENT_ALIGNMENT); // for now we get less and less available space in each successive segment +44 assert(p_offset < SEGMENT_ALIGNMENT); // for now we get less and less available space in each successive segment 45 } 46 } 47 -- cgit 1.4.1-2-gfad0