diff options
Diffstat (limited to 'html/subx/012elf.cc.html')
-rw-r--r-- | html/subx/012elf.cc.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/subx/012elf.cc.html b/html/subx/012elf.cc.html index e38c23ba..7bc7680f 100644 --- a/html/subx/012elf.cc.html +++ b/html/subx/012elf.cc.html @@ -187,7 +187,7 @@ if ('onhashchange' in window) { <span id="L128" class="LineNr">128 </span><span class="Delimiter">}</span> <span id="L129" class="LineNr">129 </span> <span id="L130" class="LineNr">130 </span><span class="Delimiter">:(before "End Includes")</span> -<span id="L131" class="LineNr">131 </span><span class="Comment">// Very primitive/fixed/insecure ELF segments for now.</span> +<span id="L131" class="LineNr">131 </span><span class="Comment">// Very primitive/fixed/insecure ELF segments for now: just consecutive VMAs.</span> <span id="L132" class="LineNr">132 </span><span class="Comment">// code: 0x09000000 -> 0x09ffffff</span> <span id="L133" class="LineNr">133 </span><span class="Comment">// data/heap: 0x0a000000 -> 0x0affffff</span> <span id="L134" class="LineNr">134 </span><span class="Comment">// stack: 0x0b000ffc -> 0x0b000000 (downward)</span> |