X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=tci.c;h=18c888e54dd8a367d647a0c2f76f52d46d25509b;hb=04d5a1da70dfe1a3a5ac5b5a8e7a7b8136d3a985;hp=c742c8df5cbbef96f77d6c7b9ccbd2ccf99a912a;hpb=b93949ef6a5dea2b22987f2aa3028068e751a7e4;p=qemu.git diff --git a/tci.c b/tci.c index c742c8df5..18c888e54 100644 --- a/tci.c +++ b/tci.c @@ -434,11 +434,11 @@ static bool tci_compare64(uint64_t u0, uint64_t u1, TCGCond condition) } /* Interpret pseudo code in tb. */ -tcg_target_ulong tcg_qemu_tb_exec(CPUArchState *env, uint8_t *tb_ptr) +uintptr_t tcg_qemu_tb_exec(CPUArchState *env, uint8_t *tb_ptr) { long tcg_temps[CPU_TEMP_BUF_NLONGS]; uintptr_t sp_value = (uintptr_t)(tcg_temps + CPU_TEMP_BUF_NLONGS); - tcg_target_ulong next_tb = 0; + uintptr_t next_tb = 0; tci_reg[TCG_AREG0] = (tcg_target_ulong)env; tci_reg[TCG_REG_CALL_STACK] = sp_value;