RecurseAt on eobjmp tested on arm64

This commit is contained in:
pancake 2015-08-18 03:09:40 +02:00
parent 240486f123
commit 124c99ed75

View File

@ -427,8 +427,8 @@ repeat:
if (anal->eobjmp) { if (anal->eobjmp) {
FITFCNSZ(); FITFCNSZ();
op.jump = UT64_MAX; op.jump = UT64_MAX;
//recurseAt (op.jump); recurseAt (op.jump);
//recurseAt (op.fail); recurseAt (op.fail);
gotoBeachRet (); gotoBeachRet ();
return R_ANAL_RET_END; return R_ANAL_RET_END;
} }