X-Git-Url: https://git.libre-soc.org/?p=soc.git;a=blobdiff_plain;f=src%2Fsoc%2Fdecoder%2Fisa%2Fcaller.py;h=2b563f3cf47ff9a177f46ab6547b3065dbf69606;hp=e1abc248beec0405222878a99ac9315720fffeb9;hb=6b4bab70bb0e1d300186d9afef68962bf2782981;hpb=f5bcf3c193eb30185e63113e59bdf441562c59af diff --git a/src/soc/decoder/isa/caller.py b/src/soc/decoder/isa/caller.py index e1abc248..2b563f3c 100644 --- a/src/soc/decoder/isa/caller.py +++ b/src/soc/decoder/isa/caller.py @@ -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