mirror of
https://github.com/capstone-engine/capstone.git
synced 2025-02-21 15:02:56 +00:00
x86: more AT&T fixes for #458 reported by Ruslan Kabatsayev
This commit is contained in:
parent
e075bb5f7f
commit
0e45cd2904
@ -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 },
|
||||
|
Loading…
x
Reference in New Issue
Block a user