]> git.proxmox.com Git - mirror_qemu.git/blobdiff - dyngen-exec.h
Introduce QList unit-tests
[mirror_qemu.git] / dyngen-exec.h
index ae744f24f3e43f73fbadc771e1ea997a6a535099..86e61c3df1c108139359a13b533daf449a9b0345 100644 (file)
@@ -37,7 +37,7 @@
 #endif
 
 /* XXX: This may be wrong for 64-bit ILP32 hosts.  */
-typedef void * a_host_reg;
+typedef void * host_reg_t;
 
 #ifdef CONFIG_BSD
 typedef struct __sFILE FILE;