about summary refs log tree commit diff stats
path: root/subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-04-23 21:21:29 -0700
committerKartik Agaram <vc@akkartik.com>2019-04-23 21:21:29 -0700
commitceb04db3cca5387d4e2aa2e9222434fc8701f2ec (patch)
tree0e61f843a9c9e31dd91f07e85de8eadadc92f3bf /subx
parent7df08a942ae4f7904e01ed364d6214ddcf1c547a (diff)
downloadmu-ceb04db3cca5387d4e2aa2e9222434fc8701f2ec.tar.gz
5124
Diffstat (limited to 'subx')
-rw-r--r--subx/apps/assort.subx2
-rw-r--r--subx/apps/dquotes.subx2
2 files changed, 2 insertions, 2 deletions
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:
previous revision' href='/akkartik/mu/blame/html/086scenario_console_test.mu.html?h=hlt&id=ac07e589b3e912c704c2011d543f18b16712ff15'>^
e4ac3c9e ^
c762564b ^
ac07e589 ^



dbe12410 ^

a654e4ec ^



e5c11a51 ^






















a654e4ec ^

dbe12410 ^
e5c11a51 ^
e4ac3c9e ^
a654e4ec ^
204dae92 ^





805d58c6 ^
204dae92 ^

b301e0c0 ^



204dae92 ^

805d58c6 ^







204dae92 ^

dbe12410 ^


a654e4ec ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85