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 | |
parent | 7df08a942ae4f7904e01ed364d6214ddcf1c547a (diff) | |
download | mu-ceb04db3cca5387d4e2aa2e9222434fc8701f2ec.tar.gz |
5124
-rw-r--r-- | html/subx/apps/assort.subx.html | 2 | ||||
-rw-r--r-- | html/subx/apps/dquotes.subx.html | 2 | ||||
-rw-r--r-- | subx/apps/assort.subx | 2 | ||||
-rw-r--r-- | subx/apps/dquotes.subx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/html/subx/apps/assort.subx.html b/html/subx/apps/assort.subx.html index 947f9474..0dfd5fa9 100644 --- a/html/subx/apps/assort.subx.html +++ b/html/subx/apps/assort.subx.html @@ -1245,7 +1245,7 @@ if ('onhashchange' in window) { <span id="L1313" class="LineNr">1313 </span> <span id="L1314" class="LineNr">1314 </span><span class="SpecialChar">Segment-size</span>: <span id="L1315" class="LineNr">1315 </span> <span class="subxComment"># TODO: there's currently a tight size limit on segments because we aren't growing the heap</span> -<span id="L1316" class="LineNr">1316 </span> 0x100/imm32/4KB +<span id="L1316" class="LineNr">1316 </span> 0x100/imm32 <span id="L1317" class="LineNr">1317 </span><span class="CommentedCode">#? 0x1000/imm32/4KB</span> <span id="L1318" class="LineNr">1318 </span> <span id="L1319" class="LineNr">1319 </span><span class="subxS2Comment"># . . vim:nowrap:textwidth=0</span> 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>: diff --git a/subx/apps/assort.subx b/subx/apps/assort.subx index 39439b67..ecb1c213 100644 --- a/subx/apps/assort.subx +++ b/subx/apps/assort.subx @@ -1313,7 +1313,7 @@ _test-data-segment-end: Segment-size: # TODO: there's currently a tight size limit on segments because we aren't growing the heap - 0x100/imm32/4KB + 0x100/imm32 #? 0x1000/imm32/4KB # . . vim:nowrap:textwidth=0 diff --git a/subx/apps/dquotes.subx b/subx/apps/dquotes.subx index 8bab10d5..02e99e33 100644 --- a/subx/apps/dquotes.subx +++ b/subx/apps/dquotes.subx @@ -1048,7 +1048,7 @@ test-next-word-returns-string-with-escapes: Segment-size: # TODO: there's currently a tight size limit on segments because we aren't growing the heap - 0x100/imm32/4KB + 0x100/imm32 #? 0x1000/imm32/4KB Next-string-literal: |