On 02/20/2017 09:11 PM, Nikunj A Dadhania wrote:
 static void gen_neg(DisasContext *ctx)
 {
-    gen_op_arith_neg(ctx, 0);
+    tcg_gen_neg_tl(cpu_gpr[rD(ctx->opcode)], cpu_gpr[rA(ctx->opcode)]);
 }


NACK.  You're forgetting "neg.".


r~

Reply via email to