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.


r~

Reply via email to