Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93808
b: refs/heads/master
c: 77cd337
h: refs/heads/master
v: v3
  • Loading branch information
Harvey Harrison authored and Avi Kivity committed Apr 27, 2008
1 parent 09d9b95 commit 08e3838
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: f11c3a8d84d7bf091bf963edd7104dd4ba6416c3
refs/heads/master: 77cd337f2246ae72915538383e8f5a6b7ffb363d
4 changes: 2 additions & 2 deletions trunk/arch/x86/kvm/x86_emulate.c
Original file line number Diff line number Diff line change
Expand Up @@ -371,15 +371,15 @@ static u16 group2_table[] = {

#define __emulate_2op(_op,_src,_dst,_eflags,_bx,_by,_wx,_wy,_lx,_ly,_qx,_qy) \
do { \
unsigned long _tmp; \
unsigned long __tmp; \
switch ((_dst).bytes) { \
case 1: \
__asm__ __volatile__ ( \
_PRE_EFLAGS("0", "4", "2") \
_op"b %"_bx"3,%1; " \
_POST_EFLAGS("0", "4", "2") \
: "=m" (_eflags), "=m" ((_dst).val), \
"=&r" (_tmp) \
"=&r" (__tmp) \
: _by ((_src).val), "i" (EFLAGS_MASK)); \
break; \
default: \
Expand Down

0 comments on commit 08e3838

Please sign in to comment.