Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 215630
b: refs/heads/master
c: ea9ef04
h: refs/heads/master
v: v3
  • Loading branch information
Avi Kivity committed Oct 24, 2010
1 parent 0c094c0 commit 617d2b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 62bd430e6d41ac84ff2fb719f5783c3692718f47
refs/heads/master: ea9ef04e19c7c441b1ce9fe28ff6d9522c848baa
6 changes: 3 additions & 3 deletions trunk/arch/x86/kvm/emulate.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@
#define Src2One (3<<29)
#define Src2Mask (7<<29)

#define X2(x) (x), (x)
#define X3(x) X2(x), (x)
#define X2(x) x, x
#define X3(x) X2(x), x
#define X4(x) X2(x), X2(x)
#define X5(x) X4(x), (x)
#define X5(x) X4(x), x
#define X6(x) X4(x), X2(x)
#define X7(x) X4(x), X3(x)
#define X8(x) X4(x), X4(x)
Expand Down

0 comments on commit 617d2b5

Please sign in to comment.