mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-02 03:05:40 +00:00
strdup reg profile for xtensa
This commit is contained in:
parent
73b639e2af
commit
a6409f2144
@ -628,7 +628,8 @@ static int xtensa_op (RAnal *anal, RAnalOp *op, ut64 addr, const ut8 *buf, int l
|
||||
}
|
||||
|
||||
static char *get_reg_profile(RAnal *anal) {
|
||||
return ("=PC a15\n"
|
||||
return strdup (
|
||||
"=PC a15\n"
|
||||
"=BP a14\n"
|
||||
"=SP a13\n" // XXX
|
||||
"=A0 a0\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user