From 401c1d7060d3f4f71ad1fbfee7c108eaf713ded3 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Sun, 16 Feb 2014 02:33:11 -0500 Subject: [PATCH] Do not display registers at CLI version startup This is to help testing the "dr" command, to be able to match default register values. --- src/cli/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cli/main.c b/src/cli/main.c index 0e41d1b..1920398 100644 --- a/src/cli/main.c +++ b/src/cli/main.c @@ -43,7 +43,6 @@ main(int argc, char **argv) console_exec(-1); } else { menu_display_usage(); - console_show_registers(); (void) yyparse(); } -- 2.20.1