]> git.proxmox.com Git - qemu.git/blobdiff - target-xtensa/translate.c
tcg: Change tcg_gen_exit_tb argument to uintptr_t
[qemu.git] / target-xtensa / translate.c
index 504cc539e392b9a8ee258c1673c1a98dcbee72ac..24343bdf60ad9b67408a1e838e80fe2e5e782b65 100644 (file)
@@ -400,7 +400,7 @@ static void gen_jump_slot(DisasContext *dc, TCGv dest, int slot)
     } else {
         if (slot >= 0) {
             tcg_gen_goto_tb(slot);
-            tcg_gen_exit_tb((tcg_target_long)dc->tb + slot);
+            tcg_gen_exit_tb((uintptr_t)dc->tb + slot);
         } else {
             tcg_gen_exit_tb(0);
         }