mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-21 05:05:48 +00:00
Fix MIPS pseudo code for move op. (#4940)
This commit is contained in:
parent
6f243c47d7
commit
c54760269b
@ -51,7 +51,7 @@ static int replace(int argc, const char *argv[], char *newstr) {
|
||||
{ "lw", "1 = halfword [3 + 2]", 3},
|
||||
{ "li", "1 = 2", 2},
|
||||
{ "lui", "1 = 2 << 16", 2},
|
||||
{ "move", "1 = 2", 1},
|
||||
{ "move", "1 = 2", 2},
|
||||
{ "mult", "1 = 2 * 3", 3},
|
||||
{ "multu", "1 = 2 * 3", 3},
|
||||
{ "negu", "1 = ~2", 2},
|
||||
|
Loading…
x
Reference in New Issue
Block a user