diff --git a/libr/core/visual.c b/libr/core/visual.c index 990c89d8f1..b9d59ceba4 100644 --- a/libr/core/visual.c +++ b/libr/core/visual.c @@ -43,7 +43,7 @@ static const char *printfmtColumns[NPF] = { // to print the stack in the debugger view #define PRINT_HEX_FORMATS 10 #define PRINT_3_FORMATS 2 -#define PRINT_4_FORMATS 6 +#define PRINT_4_FORMATS 7 #define PRINT_5_FORMATS 8 static int currentHexFormat = 0; @@ -57,7 +57,7 @@ static const char *print3Formats[PRINT_3_FORMATS] = { // not used at all. its h }; static int current4format = 0; static const char *print4Formats[PRINT_4_FORMATS] = { - "prc", "pxAv", "pxx", "p=e $r-2", "pq 64", "pk 64" + "prc", "prc=a", "pxAv", "pxx", "p=e $r-2", "pq 64", "pk 64" }; static int current5format = 0; static const char *print5Formats[PRINT_5_FORMATS] = {