diff options
author | Xiantao Zhang <xiantao.zhang@intel.com> | 2008-12-18 10:06:31 +0800 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2008-12-18 12:15:00 +0200 |
commit | 8523f5a8380e0a134be8e19ee5e04b6693a2a6c0 (patch) | |
tree | 1851d808254efdcdc0897055ec8c332b904a8057 /target-ia64 | |
parent | Guard destroy memory regions to x86 only (diff) | |
download | qemu-kvm-8523f5a8380e0a134be8e19ee5e04b6693a2a6c0.tar.gz qemu-kvm-8523f5a8380e0a134be8e19ee5e04b6693a2a6c0.tar.bz2 qemu-kvm-8523f5a8380e0a134be8e19ee5e04b6693a2a6c0.zip |
Fix build breakage for ia64
Signed-off-by: Xiantao Zhang <xiantao.zhang@intel.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'target-ia64')
-rw-r--r-- | target-ia64/helper.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target-ia64/helper.c b/target-ia64/helper.c new file mode 100644 index 000000000..4a94dcafb --- /dev/null +++ b/target-ia64/helper.c @@ -0,0 +1,5 @@ + +/* + * IA64 emulation helpers for qemu. (Leave it as blank now.) + * + */ |