From c76b49e74ad8b66ac2c077dc0da62c2846131585 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Mon, 27 Apr 2015 01:42:07 -0700 Subject: 1206 - 'wait' state for synchronizing routines I think I have enough now to port channels over. --- cpp/.traces/string-append-1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/.traces/string-append-1') diff --git a/cpp/.traces/string-append-1 b/cpp/.traces/string-append-1 index dbc84dcb..8dd9c849 100644 --- a/cpp/.traces/string-append-1 +++ b/cpp/.traces/string-append-1 @@ -1,7 +1,7 @@ -parse/0: instruction: 36 +parse/0: instruction: 37 parse/0: ingredient: {name: "hello,", value: 0, type: 0, properties: ["hello,": "literal-string"]} parse/0: product: {name: "1", value: 0, type: 2-5-4, properties: ["1": "address":"array":"character", "raw": ]} -parse/0: instruction: 36 +parse/0: instruction: 37 parse/0: ingredient: {name: " world!", value: 0, type: 0, properties: [" world!": "literal-string"]} parse/0: product: {name: "2", value: 0, type: 2-5-4, properties: ["2": "address":"array":"character", "raw": ]} parse/0: instruction: 106 -- cgit 1.4.1-2-gfad0 rehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log blame commit diff stats
path: root/subx/032check_operand_bounds.cc
blob: 72a66e3f99c2d60de2bb379cb55a3c77f7dc981a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12