|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] ioemu: replace non-standard ulong with un
# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1200663326 0
# Node ID 80ea335cf209d9bbc93ad27f1ccc505af39fd097
# Parent 2ac0fd9fd4b462934e01c02b2f1510856e6461cd
ioemu: replace non-standard ulong with unsigned long
Signed-off-by: Samuel Thibault <samuel.thibault@xxxxxxxxxxxxx>
---
tools/ioemu/target-i386-dm/helper2.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -r 2ac0fd9fd4b4 -r 80ea335cf209 tools/ioemu/target-i386-dm/helper2.c
--- a/tools/ioemu/target-i386-dm/helper2.c Fri Jan 18 13:35:05 2008 +0000
+++ b/tools/ioemu/target-i386-dm/helper2.c Fri Jan 18 13:35:26 2008 +0000
@@ -476,7 +476,7 @@ void cpu_ioreq_timeoffset(CPUState *env,
{
char b[64];
- time_offset += (ulong)req->data;
+ time_offset += (unsigned long)req->data;
fprintf(logfile, "Time offset set %ld, added offset %ld\n", time_offset,
req->data);
sprintf(b, "%ld", time_offset);
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] ioemu: replace non-standard ulong with unsigned long,
Xen patchbot-unstable <=
|
|
|
|
|