qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0.14] Fix build on 32 bit hosts


From: Blue Swirl
Subject: [Qemu-devel] [PATCH 0.14] Fix build on 32 bit hosts
Date: Wed, 2 Feb 2011 19:05:24 +0000

Signed-off-by: Blue Swirl <address@hidden>
---
 target-i386/helper.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/target-i386/helper.c b/target-i386/helper.c
index 1217452..4bbf9b1 100644
--- a/target-i386/helper.c
+++ b/target-i386/helper.c
@@ -1148,7 +1148,7 @@ void cpu_inject_x86_mce(CPUState *cenv, int
bank, uint64_t status,
                     continue;
                 }

-                qemu_inject_x86_mce(env, 1, 0xa000000000000000, 0, 0, 0);
+                qemu_inject_x86_mce(env, 1, 0xa000000000000000ULL, 0, 0, 0);
             }
         }
     }
-- 
1.6.2.4



reply via email to

[Prev in Thread] Current Thread [Next in Thread]