Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 215811
b: refs/heads/master
c: a4d4a7c
h: refs/heads/master
i:
  215809: b3be76b
  215807: 499f630
v: v3
  • Loading branch information
Avi Kivity committed Oct 24, 2010
1 parent 7185392 commit b6567d7
Show file tree
Hide file tree
Showing 2 changed files with 6 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: b9eac5f4d146dc6cb88c8e6d891f8abe60493338
refs/heads/master: a4d4a7c1880db98a521bc27c15348185fa30c256
6 changes: 5 additions & 1 deletion trunk/arch/x86/kvm/emulate.c
Original file line number Diff line number Diff line change
Expand Up @@ -2449,6 +2449,10 @@ static struct group_dual group9 = { {
N, N, N, N, N, N, N, N,
} };

static struct opcode group11[] = {
I(DstMem | SrcImm | ModRM | Mov, em_mov), X7(D(Undefined)),
};

static struct opcode opcode_table[256] = {
/* 0x00 - 0x07 */
D6ALU(Lock),
Expand Down Expand Up @@ -2525,7 +2529,7 @@ static struct opcode opcode_table[256] = {
I(ImplicitOps | Stack | SrcImmU16, em_ret_near_imm),
D(ImplicitOps | Stack),
D(DstReg | SrcMemFAddr | ModRM | No64), D(DstReg | SrcMemFAddr | ModRM | No64),
I2bv(DstMem | SrcImm | ModRM | Mov, em_mov),
G(ByteOp, group11), G(0, group11),
/* 0xC8 - 0xCF */
N, N, N, D(ImplicitOps | Stack),
D(ImplicitOps), D(SrcImmByte), D(ImplicitOps | No64), D(ImplicitOps),
Expand Down

0 comments on commit b6567d7

Please sign in to comment.