about summary refs log tree commit diff stats
path: root/031address.cc
diff options
context:
space:
mode:
Diffstat (limited to '031address.cc')
-rw-r--r--031address.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/031address.cc b/031address.cc
index 1c830c74..f6ad1f47 100644
--- a/031address.cc
+++ b/031address.cc
@@ -78,7 +78,7 @@ recipe main [
 ]
 +run: instruction main/3
 +run: address to copy is 2
-+run: product 0 is 34
++run: product 0 is 4
 +mem: storing 34 in location 4
 
 :(scenario include_nonderef_properties)
@@ -90,7 +90,7 @@ recipe main [
 ]
 +run: instruction main/3
 +run: address to copy is 2
-+run: product 0 is 34
++run: product 0 is 4
 +mem: storing 34 in location 4
 
 :(after "reagent base = " following "case GET:")
@@ -106,7 +106,7 @@ recipe main [
 ]
 +run: instruction main/3
 +run: address to copy is 2
-+run: product 0 is 2
++run: product 0 is 4
 
 :(after "reagent base = " following "case GET_ADDRESS:")
 base = canonize(base);
artik K. Agaram <vc@akkartik.com> 2015-05-05 21:17:24 -0700 1276 - make C++ version the default' href='/akkartik/mu/commit/factorial.mu?h=main&id=b96af395b9af2ff9df94b3e82213171f30827c8d'>b96af395 ^
ce87c19e ^

bc643692 ^
08b48a8d ^
c1d92c9d ^
ce87c19e ^



b96af395 ^
08b48a8d ^
b96af395 ^


bc643692 ^
b96af395 ^
bafc7192 ^
b96af395 ^


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