direct-io.hg
changeset 14167:0f0ac445bf82
Fix 32-bit x86 compile
author | Tim Deegan <Tim.Deegan@xensource.com> |
---|---|
date | Wed Feb 28 13:22:20 2007 +0000 (2007-02-28) |
parents | f3271ae6a485 |
children | 1ec0d322402e |
files | xen/arch/x86/domain.c |
line diff
1.1 --- a/xen/arch/x86/domain.c Wed Feb 28 13:19:16 2007 +0000 1.2 +++ b/xen/arch/x86/domain.c Wed Feb 28 13:22:20 2007 +0000 1.3 @@ -499,7 +499,7 @@ int arch_set_info_guest( 1.4 struct domain *d = v->domain; 1.5 unsigned long cr3_pfn = INVALID_MFN; 1.6 unsigned long flags; 1.7 - int i, rc, compat; 1.8 + int i, rc = 0, compat; 1.9 1.10 /* The context is a compat-mode one if *either* the calling domain 1.11 * or the target domain is compat-mode: if the caller is compat, it