debug print correction
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 16 Oct 2022 11:24:50 +0000 (12:24 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 16 Oct 2022 11:24:50 +0000 (12:24 +0100)
src/openpower/decoder/isa/caller.py

index 030ad3d5a49f69c01b7b195f7083d951a9f45de3..19210204a769d4a0cbad7f243929c7483a62bd86 100644 (file)
@@ -626,7 +626,7 @@ def get_idx_out2(dec2, name, ewmode=False):
     o_isvec = yield dec2.o2_isvec
     ismap = yield from get_out2_map(dec2, name)
     if ismap:
-        log("get_idx_out2", name, out_sel, out, out_ok, o_isvec)
+        log("get_idx_out2", name, out_sel, out, o_isvec)
         return out, o_isvec
     return None, False