From 0fcd954e10351f914b37a96d498aec39feb30b24 Mon Sep 17 00:00:00 2001 From: Camille Mougey Date: Mon, 16 Feb 2015 16:40:19 +0100 Subject: PyLint: Unreachable code --- miasm2/core/cpu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'miasm2/core/cpu.py') diff --git a/miasm2/core/cpu.py b/miasm2/core/cpu.py index 85a6db75..ce6cf288 100644 --- a/miasm2/core/cpu.py +++ b/miasm2/core/cpu.py @@ -1564,7 +1564,7 @@ class cls_mn(object): if ((index, [xx[1].value for xx in to_decode]) in todo or (index, [xx[1].value for xx in to_decode]) in done): raise NotImplementedError('not fully functional') - continue + for p, f in to_decode: fnew = f.clone() o.append((p, fnew)) -- cgit 1.4.1