From 0f3b2be06686ad775847e1a479b8b6d3e6236434 Mon Sep 17 00:00:00 2001 From: Jes Sorensen Date: Mon, 21 Apr 2008 17:35:11 +0200 Subject: [PATCH] Ia64: include prototype for qemu_mallocz Include qemu-common.h for the prototype for qemu_mallocz to avoid the being truncated to 32 bit. Signed-off-by: Jes Sorensen Signed-off-by: Avi Kivity --- target-ia64/op_helper.c | 1 + 1 file changed, 1 insertion(+) diff --git a/target-ia64/op_helper.c b/target-ia64/op_helper.c index 5dfa6fa0e8..4969ef75b7 100644 --- a/target-ia64/op_helper.c +++ b/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; -- 2.11.4.GIT