]> git.proxmox.com Git - qemu.git/blobdiff - tcg/tci/tcg-target.h
tcg: Change tcg_qemu_tb_exec return to uintptr_t
[qemu.git] / tcg / tci / tcg-target.h
index e284972d92fac1527698b680f070d11c864024b2..02e0da1304d4242652f6fa36ee5d23fc623a576d 100644 (file)
@@ -169,7 +169,7 @@ typedef enum {
 
 void tci_disas(uint8_t opc);
 
-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);
 #define tcg_qemu_tb_exec tcg_qemu_tb_exec
 
 static inline void flush_icache_range(uintptr_t start, uintptr_t stop)