diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-03-23 23:59:59 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-03-24 20:59:00 -0700 |
commit | 576990113273caed9a045380f1457adc1df6a5ee (patch) | |
tree | 0add69eef41b3eca78191c59b7bfbfaaedd980d8 /cpp/023call_reply | |
parent | 7fb56277f54b9e2625357a433b18f60e4493f34a (diff) | |
download | mu-576990113273caed9a045380f1457adc1df6a5ee.tar.gz |
968
Diffstat (limited to 'cpp/023call_reply')
-rw-r--r-- | cpp/023call_reply | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/023call_reply b/cpp/023call_reply index 17f2c463..0fd09fc2 100644 --- a/cpp/023call_reply +++ b/cpp/023call_reply @@ -10,9 +10,9 @@ recipe f [ ] +run: instruction main/0 +run: result 0 is 1[2...] -+mem: storing in location 3 ++mem: storing 2 in location 3 +run: result 1 is 1[3...] -+mem: storing in location 4 ++mem: storing 3 in location 4 :(before "End Globals") const int REPLY = 23; |