[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] Fix 32-bit x86 compile
# HG changeset patch # User Tim Deegan <Tim.Deegan@xxxxxxxxxxxxx> # Date 1172668940 0 # Node ID 0f0ac445bf82e4dca6d3b22d646e0bf278bd3757 # Parent f3271ae6a485cb85516f06048ba7a6708476d654 Fix 32-bit x86 compile --- xen/arch/x86/domain.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r f3271ae6a485 -r 0f0ac445bf82 xen/arch/x86/domain.c --- a/xen/arch/x86/domain.c Wed Feb 28 13:19:16 2007 +0000 +++ b/xen/arch/x86/domain.c Wed Feb 28 13:22:20 2007 +0000 @@ -499,7 +499,7 @@ int arch_set_info_guest( struct domain *d = v->domain; unsigned long cr3_pfn = INVALID_MFN; unsigned long flags; - int i, rc, compat; + int i, rc = 0, compat; /* The context is a compat-mode one if *either* the calling domain * or the target domain is compat-mode: if the caller is compat, it _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |