Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197737
b: refs/heads/master
c: 24222c2
h: refs/heads/master
i:
  197735: 992036e
v: v3
  • Loading branch information
Xiao Guangrong authored and Avi Kivity committed May 17, 2010
1 parent 27cf17d commit 21fc16b
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: f84cbb0561d7cefb5fc050ee99d8c82ec9ce883d
refs/heads/master: 24222c2fec75df30d56d1e2014d45d2559c94f1a
2 changes: 1 addition & 1 deletion trunk/arch/x86/kvm/paging_tmpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ static int FNAME(walk_addr)(struct guest_walker *walker,
goto access_error;

#if PTTYPE == 64
if (fetch_fault && is_nx(vcpu) && (pte & PT64_NX_MASK))
if (fetch_fault && (pte & PT64_NX_MASK))
goto access_error;
#endif

Expand Down

0 comments on commit 21fc16b

Please sign in to comment.