mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-19 05:38:43 +00:00
Dont make those reg profile dupes fatal
This commit is contained in:
parent
3738a97623
commit
865ec593b1
@ -57,8 +57,9 @@ static const char *parse_def(RReg *reg, char **tok, const int n) {
|
||||
return "Invalid register type";
|
||||
}
|
||||
if (r_reg_get (reg, tok[1], R_REG_TYPE_ALL)) {
|
||||
eprintf ("%s\n", tok[1]);
|
||||
return "Duplicate register definition";
|
||||
eprintf ("Ignoring duplicated register definition '%s'\n", tok[1]);
|
||||
return NULL;
|
||||
//return "Duplicate register definition";
|
||||
}
|
||||
|
||||
RRegItem *item = R_NEW0 (RRegItem);
|
||||
|
Loading…
x
Reference in New Issue
Block a user