aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhang Xiantao <xiantao.zhang@intel.com>2007-12-13 08:22:19 +0800
committerAvi Kivity <avi@qumranet.com>2007-12-13 11:16:51 +0200
commit1d757a7333d6074a09e90108bf9a51646c378682 (patch)
treed45f16fd93fc886f0977d32753061d72f05e24b2
parent724834f96fcae096b8a2f51c76e0f0059dfa8871 (diff)
Fix a typo in ia64 MAX_BIOS_SIZEkvm-56rc3kvm-56
Signed-off-by: Zhang Xiantao <xiantao.zhang@intel.com> Signed-off-by: Avi Kivity <avi@qumranet.com>
-rw-r--r--vl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vl.h b/vl.h
index 1ad61c226..f162a4d43 100644
--- a/vl.h
+++ b/vl.h
@@ -210,7 +210,7 @@ extern unsigned int nb_prom_envs;
#ifndef TARGET_IA64
#define MAX_BIOS_SIZE (4 * 1024 * 1024)
#else
-#define MAX_BIOS_SIZE (16 * 1024 *1026)
+#define MAX_BIOS_SIZE (16 * 1024 *1024)
#endif
#if defined (TARGET_PPC) || defined (TARGET_SPARC64)
#define BIOS_SIZE ((512 + 32) * 1024)