Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248071
b: refs/heads/master
c: d422444
h: refs/heads/master
i:
  248069: 4e25b87
  248067: 7d3f78c
  248063: f2b16ac
v: v3
  • Loading branch information
Randy Dunlap authored and Avi Kivity committed May 22, 2011
1 parent d0d5968 commit 7436db4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cfb223753c3750b28103136ad4d51d1a3ae4d64b
refs/heads/master: d42244499f171a499aa6748bc52304bb40e68ecc
2 changes: 1 addition & 1 deletion trunk/arch/x86/kvm/emulate.c
Original file line number Diff line number Diff line change
Expand Up @@ -2738,7 +2738,7 @@ static int check_svme_pa(struct x86_emulate_ctxt *ctxt)
u64 rax = ctxt->decode.regs[VCPU_REGS_RAX];

/* Valid physical address? */
if (rax & 0xffff000000000000)
if (rax & 0xffff000000000000ULL)
return emulate_gp(ctxt, 0);

return check_svme(ctxt);
Expand Down

0 comments on commit 7436db4

Please sign in to comment.