Skip to content

Commit

Permalink
Replace wzr with 0 in the arm.pseudo ##disasm
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Jun 7, 2024
1 parent eb88564 commit b231fe3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libr/arch/p/arm/pseudo.c
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ static int parse(RParse *p, const char *data, char *str) {
}
char *s = strdup (str);
if (s) {
s = r_str_replace (s, "wzr", "0", 1);
s = r_str_replace (s, " lsl ", " << ", 1);
s = r_str_replace (s, " lsr ", " >> ", 1);
s = r_str_replace (s, "+ -", "- ", 1);
Expand Down

0 comments on commit b231fe3

Please sign in to comment.