[Libre-soc-bugs] [Bug 982] Support PowerPC ABI in ISACaller
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Thu Oct 26 21:29:38 BST 2023
https://bugs.libre-soc.org/show_bug.cgi?id=982
Luke Kenneth Casson Leighton <lkcl at lkcl.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|FIXED |---
Status|RESOLVED |IN_PROGRESS
--- Comment #198 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
def add_case(self, prog, initial_regs=None, initial_sprs=None,
initial_cr=0, initial_msr=DEFAULT_MSR,
initial_mem=None,
sorry i missed this. this *has* to be initial_msr=None
followed in ISACaller "if initial_msr is None: initial_msr=DEFAULT_MSR"
it is *not* ok to change the initial_msr to something that cannot
be overridden. jacob can you remember the bugreport where this was
discussed?
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list