From 82ceda30ad6fb32382bb6d0565c75fe6a1a01b9f Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 5 May 2015 17:54:46 -0700 Subject: 1267 - 'routine-state' can use the provided routine id --- cpp/.traces/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/.traces/run') diff --git a/cpp/.traces/run b/cpp/.traces/run index aa5d941a..e80562bc 100644 --- a/cpp/.traces/run +++ b/cpp/.traces/run @@ -9,7 +9,7 @@ after-brace/0: run ... new/0: routine allocated memory from 1000 to 101000 schedule/0: main run/0: instruction main/0 -run/0: run/43 {name: " +run/0: run/44 {name: " 1:integer <- copy 13:literal ", value: 0, type: 0, properties: [" 1:integer <- copy 13:literal -- cgit 1.4.1-2-gfad0 onchange='this.form.submit();'> Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats
path: root/044space_surround.cc
blob: 9957630d28f92ed9d327b83daf50448a34324d04 (plain) (blame)
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