Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 215787
b: refs/heads/master
c: 8d8f4e9
h: refs/heads/master
i:
  215785: 8106cb4
  215783: 7ba52b5
v: v3
  • Loading branch information
Avi Kivity committed Oct 24, 2010
1 parent ecf5887 commit 9377def
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 081bca0e6b87d0c7b9ade7ffee1f44aca336a8fa
refs/heads/master: 8d8f4e9f66ab36e4fcc75eca1e828af8466309f1
6 changes: 6 additions & 0 deletions trunk/arch/x86/kvm/emulate.c
Original file line number Diff line number Diff line change
Expand Up @@ -2330,6 +2330,9 @@ static int em_rdtsc(struct x86_emulate_ctxt *ctxt)
#define GD(_f, _g) { .flags = ((_f) | Group | GroupDual), .u.gdual = (_g) }
#define I(_f, _e) { .flags = (_f), .u.execute = (_e) }

#define D2bv(_f) D((_f) | ByteOp), D(_f)
#define I2bv(_f, _e) I((_f) | ByteOp, _e), I(_f, _e)

static struct opcode group1[] = {
X7(D(Lock)), N
};
Expand Down Expand Up @@ -2572,6 +2575,9 @@ static struct opcode twobyte_table[256] = {
#undef GD
#undef I

#undef D2bv
#undef I2bv

static unsigned imm_size(struct decode_cache *c)
{
unsigned size;
Expand Down

0 comments on commit 9377def

Please sign in to comment.