Fix mulss pseudo (#13470)

This commit is contained in:
Maijin 2019-03-23 03:50:27 +01:00 committed by radare
parent 49f54d3aa5
commit f24ced4aa5

View File

@ -78,6 +78,7 @@ static int replace (int argc, char *argv[], char *newstr) {
{ "palignr", "# = # align #", {1, 2, 3}},
{ "pxor", "# ^= #", {1, 2}},
{ "mul", "# = # * #", {1, 2, 3}},
{ "mulss", "# = # * #", {1, 2, 3}},
{ "neg", "# ~= #", {1, 1}},
{ "nop", "", {0}},
{ "not", "# = !#", {1, 1}},