[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:15:31 BST 2023


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

--- Comment #81 from Jacob Lifshay <programmerjake at gmail.com> ---
(In reply to Luke Kenneth Casson Leighton from comment #79)
> don't do massive indents of large swathes of code though. put the
> try/except in one of the small functions... ah! execute_one. perfect.
> it already is the main execution funtion and has a mem-exception catch.
> 
> don't put it anywhere else.

actually, imo it's better to put it here:
https://git.libre-soc.org/?p=openpower-isa.git;a=blob;f=src/openpower/decoder/isa/test_runner.py;h=b84354cc099cfba908629b9c17b903990fc79388;hb=c1af87691aaa83838514d3a5ed5ca85f14d86720#l79

just wrap the execute_one call in a try-except-break like is done for setup_one
a few lines above

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


More information about the libre-soc-bugs mailing list