]> git.proxmox.com Git - qemu.git/blobdiff - tcg/tcg.h
w64: Fix data type of next_tb and tcg_qemu_tb_exec
[qemu.git] / tcg / tcg.h
index 92943c11fb851931c7355bf80f81ca3d530927ba..9bc9fc9052082fff1c8bc1019cf700f540465169 100644 (file)
--- a/tcg/tcg.h
+++ b/tcg/tcg.h
@@ -589,5 +589,5 @@ extern uint8_t code_gen_prologue[];
 /* TCG targets may use a different definition of tcg_qemu_tb_exec. */
 #if !defined(tcg_qemu_tb_exec)
 # define tcg_qemu_tb_exec(env, tb_ptr) \
-    ((long REGPARM (*)(void *, void *))code_gen_prologue)(env, tb_ptr)
+    ((tcg_target_ulong REGPARM (*)(void *, void *))code_gen_prologue)(env, tb_ptr)
 #endif