From ceb04db3cca5387d4e2aa2e9222434fc8701f2ec Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Tue, 23 Apr 2019 21:21:29 -0700 Subject: 5124 --- html/subx/apps/assort.subx.html | 2 +- html/subx/apps/dquotes.subx.html | 2 +- subx/apps/assort.subx | 2 +- 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) { 1313 1314 Segment-size: 1315 # TODO: there's currently a tight size limit on segments because we aren't growing the heap -1316 0x100/imm32/4KB +1316 0x100/imm32 1317 #? 0x1000/imm32/4KB 1318 1319 # . . vim:nowrap:textwidth=0 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) { 1048 1049 Segment-size: 1050 # TODO: there's currently a tight size limit on segments because we aren't growing the heap -1051 0x100/imm32/4KB +1051 0x100/imm32 1052 #? 0x1000/imm32/4KB 1053 1054 Next-string-literal: 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: -- cgit 1.4.1-2-gfad0