diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-04-23 21:21:29 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-04-23 21:21:29 -0700 |
commit | ceb04db3cca5387d4e2aa2e9222434fc8701f2ec (patch) | |
tree | 0e61f843a9c9e31dd91f07e85de8eadadc92f3bf /html/subx/apps/dquotes.subx.html | |
parent | 7df08a942ae4f7904e01ed364d6214ddcf1c547a (diff) | |
download | mu-ceb04db3cca5387d4e2aa2e9222434fc8701f2ec.tar.gz |
5124
Diffstat (limited to 'html/subx/apps/dquotes.subx.html')
-rw-r--r-- | html/subx/apps/dquotes.subx.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/subx/apps/dquotes.subx.html b/html/subx/apps/dquotes.subx.html index 58400e85..02fd6761 100644 --- a/html/subx/apps/dquotes.subx.html +++ b/html/subx/apps/dquotes.subx.html @@ -1086,7 +1086,7 @@ if ('onhashchange' in window) { <span id="L1048" class="LineNr">1048 </span> <span id="L1049" class="LineNr">1049 </span><span class="SpecialChar">Segment-size</span>: <span id="L1050" class="LineNr">1050 </span> <span class="subxComment"># TODO: there's currently a tight size limit on segments because we aren't growing the heap</span> -<span id="L1051" class="LineNr">1051 </span> 0x100/imm32/4KB +<span id="L1051" class="LineNr">1051 </span> 0x100/imm32 <span id="L1052" class="LineNr">1052 </span><span class="CommentedCode">#? 0x1000/imm32/4KB</span> <span id="L1053" class="LineNr">1053 </span> <span id="L1054" class="LineNr">1054 </span><span class="SpecialChar">Next-string-literal</span>: |