WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [IA64] bug fix in privop.c

# HG changeset patch
# User awilliam@xxxxxxxxxxx
# Node ID 2ecf39c54693c6ac894fe0dd0fdb4488a5996136
# Parent  00111084c70a8e031f8bdd03aadee26d91d2c577
[IA64] bug fix in privop.c

Bug fix: an ia64 register is 64bits!

Signed-off-by: Tristan Gingold <tristan.gingold@xxxxxxxx>

diff -r 00111084c70a -r 2ecf39c54693 xen/arch/ia64/xen/privop.c
--- a/xen/arch/ia64/xen/privop.c        Thu Mar 23 13:22:56 2006 -0700
+++ b/xen/arch/ia64/xen/privop.c        Thu Mar 23 13:25:55 2006 -0700
@@ -409,7 +409,7 @@ IA64FAULT priv_mov_from_rr(VCPU *vcpu, I
 {
        UINT64 val;
        IA64FAULT fault;
-       int reg;
+       UINT64 reg;
        
        reg = vcpu_get_gr(vcpu,inst.M43.r3);
        if (privify_en && inst.M43.r1 > 63) {

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [IA64] bug fix in privop.c, Xen patchbot -unstable <=