Re: [macppc] Unbreak devel/py-unicorn

2020-04-26 Thread Charlene Wendling
On Sun, 26 Apr 2020 15:02:39 +0200 Jeremie Courreges-Anglas wrote: > On Sun, Apr 26 2020, Charlene Wendling wrote: > > Hi, > > > > py-unicorn is broken in the current macppc bulk: > > > >> /usr/obj/ports/py-unicorn-1.0.1/unicorn-1.0.1/src/qemu/tcg/ppc/tcg-target.c: > >> 1737:3: error: "Unhandled

Re: [macppc] Unbreak devel/py-unicorn

2020-04-26 Thread Jeremie Courreges-Anglas
On Sun, Apr 26 2020, Charlene Wendling wrote: > Hi, > > py-unicorn is broken in the current macppc bulk: > >> /usr/obj/ports/py-unicorn-1.0.1/unicorn-1.0.1/src/qemu/tcg/ppc/tcg-target.c: >> 1737:3: error: "Unhandled abi" > > The impacted code is based on qemu, and it requires the same fix since >

[macppc] Unbreak devel/py-unicorn

2020-04-26 Thread Charlene Wendling
Hi, py-unicorn is broken in the current macppc bulk: > /usr/obj/ports/py-unicorn-1.0.1/unicorn-1.0.1/src/qemu/tcg/ppc/tcg-target.c: > 1737:3: error: "Unhandled abi" The impacted code is based on qemu, and it requires the same fix since clang does not define __CALL_* With the below diff it build