diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-04-27 01:42:07 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-04-27 01:42:07 -0700 |
commit | c76b49e74ad8b66ac2c077dc0da62c2846131585 (patch) | |
tree | 758505eb3b1200fd07a7228b8f55b36e8e7a18cd /cpp/.traces/new_overflow | |
parent | 08004ec84b755291e5b177748a659b7200c5b5a6 (diff) | |
download | mu-c76b49e74ad8b66ac2c077dc0da62c2846131585.tar.gz |
1206 - 'wait' state for synchronizing routines
I think I have enough now to port channels over.
Diffstat (limited to 'cpp/.traces/new_overflow')
-rw-r--r-- | cpp/.traces/new_overflow | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/.traces/new_overflow b/cpp/.traces/new_overflow index 6a24ab18..877f1f46 100644 --- a/cpp/.traces/new_overflow +++ b/cpp/.traces/new_overflow @@ -1,7 +1,7 @@ -parse/0: instruction: 36 +parse/0: instruction: 37 parse/0: ingredient: {name: "integer", value: 0, type: 0, properties: ["integer": "type"]} parse/0: product: {name: "1", value: 0, type: 2-1, properties: ["1": "address":"integer", "raw": ]} -parse/0: instruction: 36 +parse/0: instruction: 37 parse/0: ingredient: {name: "point", value: 0, type: 0, properties: ["point": "type"]} parse/0: product: {name: "2", value: 0, type: 2-6, properties: ["2": "address":"point", "raw": ]} new/0: integer -> 1 |