From: Jes Sorensen <[EMAIL PROTECTED]>

Include qemu-common.h for the prototype for qemu_mallocz to avoid
the being truncated to 32 bit.

Signed-off-by: Jes Sorensen <[EMAIL PROTECTED]>
Signed-off-by: Avi Kivity <[EMAIL PROTECTED]>

diff --git a/qemu/target-ia64/op_helper.c b/qemu/target-ia64/op_helper.c
index 5dfa6fa..4969ef7 100644
--- a/qemu/target-ia64/op_helper.c
+++ b/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;

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
kvm-commits mailing list
kvm-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-commits

Reply via email to