Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 215665
b: refs/heads/master
c: d4709c7
h: refs/heads/master
i:
  215663: f653f36
v: v3
  • Loading branch information
Avi Kivity committed Oct 24, 2010
1 parent fa19924 commit cc3daaf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition 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: 91ff3cb43cb3dd8810d726dfa1f3736dc9aea1df
refs/heads/master: d4709c78eeff2b272e0b9727748b72371b0e71ab
1 change: 0 additions & 1 deletion trunk/arch/x86/include/asm/kvm_emulate.h
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ struct decode_cache {
u8 modrm_reg;
u8 modrm_rm;
u8 modrm_seg;
u8 use_modrm_ea;
bool rip_relative;
unsigned long modrm_ea;
void *modrm_ptr;
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/x86/kvm/emulate.c
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,6 @@ static int decode_modrm(struct x86_emulate_ctxt *ctxt,
c->modrm_reg |= (c->modrm & 0x38) >> 3;
c->modrm_rm |= (c->modrm & 0x07);
c->modrm_ea = 0;
c->use_modrm_ea = 1;
c->modrm_seg = VCPU_SREG_DS;

if (c->modrm_mod == 3) {
Expand Down

0 comments on commit cc3daaf

Please sign in to comment.