]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tcg/aarch64/tcg-target.inc.c
tcg: Reduce max TB opcode count
[mirror_qemu.git] / tcg / aarch64 / tcg-target.inc.c
index be3192078d3706544ac8ca205420407f450d1d7b..4562d36d1ba8141e53968de1256b7afb8a1bdd6a 100644 (file)
@@ -1733,7 +1733,7 @@ static void tcg_out_op(TCGContext *s, TCGOpcode opc,
             tcg_out_insn(s, 3305, LDR, offset, TCG_REG_TMP);
         }
         tcg_out_insn(s, 3207, BR, TCG_REG_TMP);
-        s->tb_jmp_reset_offset[a0] = tcg_current_code_size(s);
+        set_jmp_reset_offset(s, a0);
         break;
 
     case INDEX_op_goto_ptr: