Do not display registers at CLI version startup

This is to help testing the "dr" command, to be able to match
default register values.
This commit is contained in:
Hugo Villeneuve 2014-02-16 02:33:11 -05:00
parent ab28e54867
commit 401c1d7060

View File

@ -43,7 +43,6 @@ main(int argc, char **argv)
console_exec(-1);
} else {
menu_display_usage();
console_show_registers();
(void) yyparse();
}