[Libre-soc-bugs] [Bug 1195] removing some f-strings and misleading log messages
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Sat Oct 21 00:36:00 BST 2023
https://bugs.libre-soc.org/show_bug.cgi?id=1195
--- Comment #2 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
1540 log(f"write OV/OV32 OV={ov} OV32={ov32}",
1541 kind=LogKind.InstrInOuts)
1542 else:
1543 # TODO: if 32-bit mode, set ca to ca32
1544 self.spr['XER'][XER_bits['CA']] = ca
1545 self.spr['XER'][XER_bits['CA32']] = ca32
1546 log(f"write CA/CA32 CA={ca} CA32={ca32}",
1547 kind=LogKind.InstrInOuts)
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list