[Libre-soc-bugs] [Bug 982] Support PowerPC ABI in ISACaller

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Sun Oct 22 20:54:16 BST 2023


https://bugs.libre-soc.org/show_bug.cgi?id=982

--- Comment #124 from Jacob Lifshay <programmerjake at gmail.com> ---
two things:
* rfid doesn't write all MSR bits
* function default arguments generally should not be mutable values, since if
it's modified in the function, that modified value is used as the new default
for all function calls

def run_tst_program(self, prog,
             initial_regs=[0] * 32):

idk if this will fix your bug, but it might help...

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-soc-bugs mailing list