On 18/12/22 23:44, Richard Henderson wrote:
On 12/18/22 13:49, Philippe Mathieu-Daudé wrote:+ found: memset(op, 0, offsetof(TCGOp, link)); op->opc = opc; - s->nb_ops++; + op->nargs = nargs;We can move this assignation before the 'found' label.No, affected by the memset.
Oh, I missed that, good point.