]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Fix DIP instruction name typos in guest_amd64_toIR.c.
authorMark Wielaard <mark@klomp.org>
Sat, 25 May 2019 14:38:42 +0000 (16:38 +0200)
committerMark Wielaard <mark@klomp.org>
Sat, 25 May 2019 14:38:42 +0000 (16:38 +0200)
commitfcd0437d63fc89f6860cca70ec1ce86bb22861f6
tree6ce43014d8fbeefb9c89a436a59a5c12f44efd4e
parentf15beea767892ae52ed1d92d789114685fb5dc82
Fix DIP instruction name typos in guest_amd64_toIR.c.

DIP would print the wrong instruction name for blendps, vroundpd and
vpinsrq. Which would be confusing when trying to debug the disassembly.
These were probably typos or copy/paste errors since they would print
very similar instruction names.
VEX/priv/guest_amd64_toIR.c