mirror of
http://git.hugovil.com/git/emu8051.git
synced 2025-05-09 00:51:03 +08:00
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:
parent
ab28e54867
commit
401c1d7060
@ -43,7 +43,6 @@ main(int argc, char **argv)
|
||||
console_exec(-1);
|
||||
} else {
|
||||
menu_display_usage();
|
||||
console_show_registers();
|
||||
(void) yyparse();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user