From c3940991f2461278fdb3c7faff8b270320585556 Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Wed, 15 Feb 2017 07:20:23 +0100 Subject: IR: rename blocs to blocks --- example/expression/get_read_write.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/expression/get_read_write.py') diff --git a/example/expression/get_read_write.py b/example/expression/get_read_write.py index cb9e0900..f4dde4b5 100644 --- a/example/expression/get_read_write.py +++ b/example/expression/get_read_write.py @@ -16,7 +16,7 @@ l.offset, l.l = 0, 15 ir_arch.add_instr(l) print '*' * 80 -for lbl, b in ir_arch.blocs.items(): +for lbl, b in ir_arch.blocks.items(): print b for irs in b.irs: o_r, o_w = get_rw(irs) -- cgit 1.4.1