Skip to content

Commit

Permalink
Fix minor typo in the definition of pmulhrw
Browse files Browse the repository at this point in the history
This change fixes the definition of "pmulhrw" where it is defined
as having the mnemonic "pmulhrwa".
  • Loading branch information
vmt committed May 29, 2012
1 parent 82fafa7 commit 0e7f34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/arch/x86/gen_x86_insn.py
Original file line number Diff line number Diff line change
Expand Up @@ -8120,7 +8120,7 @@ def output_groups(f):
add_insn("pfsubr", "now3d", modifiers=[0xAA])
add_insn("pi2fd", "now3d", modifiers=[0x0D])
add_insn("pi2fw", "now3d", modifiers=[0x0C], cpu=["Athlon", "3DNow"])
add_insn("pmulhrwa", "now3d", modifiers=[0xB7])
add_insn("pmulhrw", "now3d", modifiers=[0xB7])
add_insn("pswapd", "now3d", modifiers=[0xBB], cpu=["Athlon", "3DNow"])

#####################################################################
Expand Down

0 comments on commit 0e7f34a

Please sign in to comment.