On 5/17/21 3:50 PM, matheus.fe...@eldorado.org.br wrote:
+ if(a->l && (ctx->insns_flags & PPC_64B)) {
Space after IF. If I look back to the 6xx manual, I see NOTE: If L = 1, the instruction form is invalid.The fact that we're allowing L=1 for ppc32 is an existing bug, afaics. We should fix that.
r~