mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-23 21:29:49 +00:00
Fix 'unknown subcommand' error in ?* .. aet? ##shell
This commit is contained in:
parent
d4b60c7e5a
commit
7e7c0a1431
@ -8042,6 +8042,9 @@ static void cmd_anal_esil(RCore *core, const char *input, bool verbose) {
|
||||
} break;
|
||||
case 't': // "aet"
|
||||
switch (input[1]) {
|
||||
case '?':
|
||||
r_core_cmd_help_match (core, help_msg_ae, "aet", false);
|
||||
break;
|
||||
case 's': // "aets"
|
||||
switch (input[2]) {
|
||||
case '+': // "aets+"
|
||||
|
Loading…
Reference in New Issue
Block a user