replace self.insnlog.append with self.trace function
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 16 May 2023 01:31:43 +0000 (02:31 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 16 May 2023 01:31:43 +0000 (02:31 +0100)
commit140c9b38e3f011ac216ede4b69f25aa9796b93ee
tree7e149f9b8e6af9270a28a8896c5f6676dd18ae61
parent31448f86fae7e46bd19c2d5379c2575843c3da2c
replace self.insnlog.append with self.trace function
that is explicitly inactive if the (new) insnlog input is None
https://bugs.libre-soc.org/show_bug.cgi?id=1039
src/openpower/decoder/isa/caller.py