Skip to content

Commit

Permalink
x86: more AT&T fixes for capstone-engine#458 reported by Ruslan Kabat…
Browse files Browse the repository at this point in the history
…sayev
  • Loading branch information
aquynh committed Aug 15, 2015
1 parent d28a948 commit b6ae93d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/X86/X86Mapping.c
Original file line number Diff line number Diff line change
Expand Up @@ -47242,8 +47242,6 @@ static struct insn_reg insn_regs_att[] = {
{ X86_INSL, X86_REG_DX },

{ X86_MOV64o64a, X86_REG_RAX },
{ X86_MOV32o32a, X86_REG_EAX },
{ X86_MOV64o32a, X86_REG_EAX },

{ X86_PUSHCS32, X86_REG_CS },
{ X86_PUSHDS32, X86_REG_DS },
Expand Down

0 comments on commit b6ae93d

Please sign in to comment.