Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 215739
b: refs/heads/master
c: fb2c264
h: refs/heads/master
i:
  215737: 6db58d7
  215735: 39b4924
v: v3
  • Loading branch information
Avi Kivity committed Oct 24, 2010
1 parent 0f725a1 commit d119e7f
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: b3b3d25a12986fb08666823db3e9a74649a71925
refs/heads/master: fb2c264105c64511dbd1a7488b482960895aace4
2 changes: 1 addition & 1 deletion trunk/arch/x86/kvm/emulate.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ struct group_dual {
_PRE_EFLAGS("0", "4", "2") \
_op _suffix " %"_x"3,%1; " \
_POST_EFLAGS("0", "4", "2") \
: "=m" (_eflags), "=m" (*(_dsttype*)&(_dst).val),\
: "=m" (_eflags), "+q" (*(_dsttype*)&(_dst).val),\
"=&r" (_tmp) \
: _y ((_src).val), "i" (EFLAGS_MASK)); \
} while (0)
Expand Down

0 comments on commit d119e7f

Please sign in to comment.