Skip to content

Commit

Permalink
Fix aeabj output which returned different information than aeab #…
Browse files Browse the repository at this point in the history
…#json
  • Loading branch information
mdolmen committed Apr 16, 2022
1 parent 48f0ea7 commit a58b8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libr/core/cmd_anal.c
Expand Up @@ -7572,7 +7572,7 @@ static void cmd_anal_esil(RCore *core, const char *input, bool verbose) {
if (bb) {
switch (input[2]) {
case 'j': // "aeabj"
cmd_aea (core, 1<<4, bb->addr, bb->size);
cmd_aea (core, 1 | (1<<4), bb->addr, bb->size);
break;
default:
cmd_aea (core, 1, bb->addr, bb->size);
Expand Down

0 comments on commit a58b8d4

Please sign in to comment.