Fix aaa - let aac pass to run from $S (#6873)

This commit is contained in:
Francesco Tamagni 2017-03-02 10:37:39 +01:00 committed by radare
parent 55f16419ae
commit db1b034dd2

View File

@ -5163,8 +5163,8 @@ static int cmd_anal_all(RCore *core, const char *input) {
goto jacuzzi;
}
rowlog (core, "Analyze function calls (aac)");
r_core_seek (core, curseek, 1);
(void) cmd_anal_calls (core, ""); // "aac"
r_core_seek (core, curseek, 1);
// rowlog (core, "Analyze data refs as code (LEA)");
// (void) cmd_anal_aad (core, NULL); // "aad"
rowlog_done (core);