From: Zhang Xiantao <[EMAIL PROTECTED]>

Add macro definitions of ia64 case in softmmu_header.h

Signed-off-by: Zhang Xiantao <[EMAIL PROTECTED]>
Signed-off-by: Avi Kivity <[EMAIL PROTECTED]>

diff --git a/qemu/softmmu_header.h b/qemu/softmmu_header.h
index 768b877..9fca311 100644
--- a/qemu/softmmu_header.h
+++ b/qemu/softmmu_header.h
@@ -90,6 +90,8 @@
 #define CPU_MEM_INDEX ((env->ps >> 3) & 3)
 #elif defined (TARGET_M68K)
 #define CPU_MEM_INDEX ((env->sr & SR_S) == 0)
+#elif defined (TARGET_IA64)
+#define CPU_MEM_INDEX (0)
 #else
 #error unsupported CPU
 #endif

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
kvm-commits mailing list
kvm-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-commits

Reply via email to