ia64/xen-unstable
changeset 9394:218591a0cb7e
[IA64] bug fix in privop.c (2)
Dan found another instance of the same bug, ia64 registers are 64bits.
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
Dan found another instance of the same bug, ia64 registers are 64bits.
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
author | awilliam@xenbuild.aw |
---|---|
date | Thu Mar 23 13:28:26 2006 -0700 (2006-03-23) |
parents | 2ecf39c54693 |
children | 3ff676ec59f2 |
files | xen/arch/ia64/xen/privop.c |
line diff
1.1 --- a/xen/arch/ia64/xen/privop.c Thu Mar 23 13:25:55 2006 -0700 1.2 +++ b/xen/arch/ia64/xen/privop.c Thu Mar 23 13:28:26 2006 -0700 1.3 @@ -463,7 +463,7 @@ IA64FAULT priv_mov_from_pmc(VCPU *vcpu, 1.4 { 1.5 UINT64 val; 1.6 IA64FAULT fault; 1.7 - int reg; 1.8 + UINT64 reg; 1.9 1.10 reg = vcpu_get_gr(vcpu,inst.M43.r3); 1.11 if (privify_en && inst.M43.r1 > 63) {