On 3/23/19 2:10 AM, Howard Spoelstra wrote: > I applied this series to master on a G5 and a G4, both with Lubuntu. The > qemu-system-ppc and qemu-system-ppc64 builds fail to run on both. Below is the > gdb output from running a debug-enabled qemu-system-ppc on the G5. ... > #4 0x1002d638 in process_op_defs (s=0x10d9f5e8 <tcg_init_ctx>) > at /home/hsp/src/qemu-master/tcg/tcg.c:2201 > def = 0x10c81c0c <tcg_op_defs+3312> > type = TCG_TYPE_I32 > i = 2 > tdefs = 0x0 > nb_args = 3 > op = INDEX_op_dup2_vec > __PRETTY_FUNCTION__ = "process_op_defs"
Bah. Missing initialization for an opcode only used by 32-bit host. Will fix shortly. r~