annoying, yet more typos
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 24 Jul 2020 13:51:38 +0000 (14:51 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 24 Jul 2020 13:51:38 +0000 (14:51 +0100)
src/soc/decoder/isa/caller.py

index 2b563f3cf47ff9a177f46ab6547b3065dbf69606..c7d0784f04eb4c3cb2591a895f52a9494cf4e1ce 100644 (file)
@@ -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