strdup reg profile for xtensa

This commit is contained in:
pancake 2016-04-25 09:40:04 +02:00
parent 73b639e2af
commit a6409f2144

View File

@ -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"