Do not display registers at CLI version startup
authorHugo Villeneuve <hugo@hugovil.com>
Sun, 16 Feb 2014 07:33:11 +0000 (02:33 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Tue, 18 Feb 2014 04:06:44 +0000 (23:06 -0500)
This is to help testing the "dr" command, to be able to match
default register values.

src/cli/main.c

index 0e41d1b..1920398 100644 (file)
@@ -43,7 +43,6 @@ main(int argc, char **argv)
                console_exec(-1);
        } else {
                menu_display_usage();
-               console_show_registers();
                (void) yyparse();
        }