From: Luke Kenneth Casson Leighton Date: Fri, 24 Jul 2020 13:51:38 +0000 (+0100) Subject: annoying, yet more typos X-Git-Tag: semi_working_ecp5~565 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=df25ace2808db07af6e54c8ce236f528e6f26f2d;p=soc.git annoying, yet more typos --- diff --git a/src/soc/decoder/isa/caller.py b/src/soc/decoder/isa/caller.py index 2b563f3c..c7d0784f 100644 --- a/src/soc/decoder/isa/caller.py +++ b/src/soc/decoder/isa/caller.py @@ -475,8 +475,8 @@ class ISACaller: def handle_comparison(self, outputs): out = outputs[0] - assert isinstance(out, SelectableInt), - "out zero not a SelectableInt %s" % repr(outputs)) + assert isinstance(out, SelectableInt), \ + "out zero not a SelectableInt %s" % repr(outputs) print("handle_comparison", out.bits, hex(out.value)) # TODO - XXX *processor* in 32-bit mode # https://bugs.libre-soc.org/show_bug.cgi?id=424