Include qemu-common.h for the prototype for qemu_mallocz to avoid the being truncated to 32 bit. Signed-off-by: Jes Sorensen --- target-ia64/op_helper.c | 1 + 1 file changed, 1 insertion(+) Index: qemu/target-ia64/op_helper.c =================================================================== --- qemu.orig/target-ia64/op_helper.c +++ qemu/target-ia64/op_helper.c @@ -25,6 +25,7 @@ #include "exec-all.h" #include "qemu-kvm.h" +#include "qemu-common.h" CPUState *cpu_ia64_init(char *cpu_model){ CPUState *env;