From 5d1699c2c75adc9670bf14404466c8056910b709 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 6 Aug 2015 19:02:32 -0700 Subject: 1948 --- 030container.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '030container.cc') diff --git a/030container.cc b/030container.cc index 54a0df1f..a4aba7fa 100644 --- a/030container.cc +++ b/030container.cc @@ -334,8 +334,8 @@ container foo [ recipe main [ 1:number <- copy 34 2:number <- copy 35 - 3:number <- get 1:foo, x:offset - 4:number <- get 1:foo, y:offset + 3:number <- get 1:foo, 0:offset + 4:number <- get 1:foo, 1:offset ] +mem: storing 34 in location 3 +mem: storing 35 in location 4 -- cgit 1.4.1-2-gfad0 );'> Profanity fork with TTY improvementsdanisanti <danisanti@tilde.institute>
about summary refs log tree commit diff stats
path: root/.gitignore
blob: e06f513619e484c48517fd5e12023f63b08784f5 (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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89