From: Luke Kenneth Casson Leighton Date: Sun, 16 Oct 2022 11:24:50 +0000 (+0100) Subject: debug print correction X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0b81f970ceb0f37bf45b18c2a5a586cb2738e7bd;p=openpower-isa.git debug print correction --- diff --git a/src/openpower/decoder/isa/caller.py b/src/openpower/decoder/isa/caller.py index 030ad3d5..19210204 100644 --- a/src/openpower/decoder/isa/caller.py +++ b/src/openpower/decoder/isa/caller.py @@ -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