mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-09 07:42:25 +00:00
Fix mulss pseudo (#13470)
This commit is contained in:
parent
49f54d3aa5
commit
f24ced4aa5
@ -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}},
|
||||
|
Loading…
x
Reference in New Issue
Block a user