[Libre-soc-bugs] [Bug 982] Support PowerPC ABI in ISACaller
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Mon Oct 23 08:30:30 BST 2023
https://bugs.libre-soc.org/show_bug.cgi?id=982
--- Comment #145 from Dmitry Selyutin <ghostmansd at gmail.com> ---
(In reply to Jacob Lifshay from comment #143)
> my guess of the issue is:
> if initial_msr is None and use_syscall_emu:
> initial_msr = DEFAULT_MSR
>
> initial_msr needs to be changed to not be None even when use_syscall_emu
> isn't set, since None isn't a valid value.
Yep, exactly. However, I changed it, now I pass DEFAULT_MSR from the test and
use 0 by default (exactly as ISACaller has).
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list