mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-26 00:55:59 +00:00
add sp to mips profile (#8958)
This commit is contained in:
parent
389116ce34
commit
2d2c38bb2c
@ -278,7 +278,9 @@ static int gdbr_parse_target_xml(libgdbr_t *g, char *xml_data, ut64 len) {
|
||||
}
|
||||
break;
|
||||
case R_SYS_ARCH_MIPS:
|
||||
if (!(profile = r_str_prefix (profile, "=PC pc\n"))) {
|
||||
if (!(profile = r_str_prefix (profile,
|
||||
"=PC pc\n"
|
||||
"=SP r29\n"))) {
|
||||
goto exit_err;
|
||||
}
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user