Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 215612
b: refs/heads/master
c: 83babbc
h: refs/heads/master
v: v3
  • Loading branch information
Avi Kivity committed Oct 24, 2010
1 parent bd98ba0 commit 804ca8b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 91269b8f94eedce1767b2f208d656e5a5683326a
refs/heads/master: 83babbca4617ab086621fe65a71a2168420f1d88
9 changes: 9 additions & 0 deletions trunk/arch/x86/kvm/emulate.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,15 @@
#define Src2One (3<<29)
#define Src2Mask (7<<29)

#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 X6(x) X4(x), X2(x)
#define X7(x) X4(x), X3(x)
#define X8(x) X4(x), X4(x)
#define X16(x) X8(x), X8(x)

enum {
Group1_80, Group1_81, Group1_82, Group1_83,
Group1A, Group3_Byte, Group3, Group4, Group5, Group7,
Expand Down

0 comments on commit 804ca8b

Please sign in to comment.