]> git.proxmox.com Git - qemu.git/blobdiff - target-moxie/translate.c
qapi-schema: Update description for NewImageMode
[qemu.git] / target-moxie / translate.c
index 8cc0bb7bfbc441a3e97533fcfb06f5b4086deca3..a93196f47b9d5c58cdfe33e326e9d99bccc73695 100644 (file)
@@ -135,7 +135,7 @@ static inline void gen_goto_tb(CPUMoxieState *env, DisasContext *ctx,
         !ctx->singlestep_enabled) {
         tcg_gen_goto_tb(n);
         tcg_gen_movi_i32(cpu_pc, dest);
-        tcg_gen_exit_tb((tcg_target_long)tb + n);
+        tcg_gen_exit_tb((uintptr_t)tb + n);
     } else {
         tcg_gen_movi_i32(cpu_pc, dest);
         if (ctx->singlestep_enabled) {