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

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Fri Sep 22 21:29:43 BST 2023


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

--- Comment #86 from Jacob Lifshay <programmerjake at gmail.com> ---
(In reply to Luke Kenneth Casson Leighton from comment #84)
> (In reply to Jacob Lifshay from comment #81)
> > just wrap the execute_one call in a try-except-break like is done for
> > setup_one a few lines above
> 
> why do you think i said "do not do anything other than that function"?

well, that doesn't work because it won't make the loop exit without signalling
that it's done somehow...so, you can put the try-except in execute_one but it
needs to return False or something that the caller can use so it knows to stop.

all callers need to be modified to detect that and stop looping (unless they
don't call execute_one in a loop)

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


More information about the libre-soc-bugs mailing list