annoying, typo
[soc.git] / src / soc / decoder / isa / caller.py
index e1abc248beec0405222878a99ac9315720fffeb9..2b563f3cf47ff9a177f46ab6547b3065dbf69606 100644 (file)
@@ -475,7 +475,7 @@ class ISACaller:
 
     def handle_comparison(self, outputs):
         out = outputs[0]
-        assert isinstance(out, SelectableInt,
+        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