I got: make[2]: Entering directory `/home/xin/mercurial/xen-unstable.hg/xen/arch/x86'' gcc -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Wall -Werror -Wno-pointer-arith -pipe -I/home/xin/mercurial/xen-unstable.hg/xen/include -I/home/xin/mercurial/xen-unstable.hg/xen/include/asm-x86/mach-generic -I/home/xin/mercurial/xen-unstable.hg/xen/include/asm-x86/mach-default -O3 -fomit-frame-pointer -msoft-float -m64 -mno-red-zone -fpic -fno-reorder-blocks -fno-asynchronous-unwind-tables -DNDEBUG -c x86_64/mm.c -o x86_64/mm.o x86_64/mm.c: In function `arch_memory_op'': x86_64/mm.c:184: warning: ''i'' might be used uninitialized in this function make[2]: *** [x86_64/mm.o] Error 1 make[2]: Leaving directory `/home/xin/mercurial/xen-unstable.hg/xen/arch/x86'' make[1]: *** [/home/xin/mercurial/xen-unstable.hg/xen/xen] Error 2 make[1]: Leaving directory `/home/xin/mercurial/xen-unstable.hg/xen'' make: *** [install-xen] Error 2 Seems the variable i should be v in this function. -Xin _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
>Seems the variable i should be v in this function.No, it just needs to be initialized. I''ve checked in a fix. cheers, S. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel