Skip to content

Commit

Permalink
cstest: correct 0(mem) case in issues.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
aquynh committed Feb 12, 2019
1 parent 9e1063b commit f4f7b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suite/cstest/issues.cs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@

!# issue 789
!#CS_ARCH_X86, CS_MODE_64, CS_OPT_SYNTAX_ATT
0x0: 0x8e,0x1e == movw 0(%rsi), %ds
0x0: 0x8e,0x1e == movw (%rsi), %ds

!# issue 767
!#CS_ARCH_ARM, CS_MODE_THUMB, CS_OPT_DETAIL
Expand Down

0 comments on commit f4f7b5d

Please sign in to comment.