projects
/
emu8051.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab28e54
)
Do not display registers at CLI version startup
author
Hugo Villeneuve
<hugo@hugovil.com>
Sun, 16 Feb 2014 07:33:11 +0000
(
02:33
-0500)
committer
Hugo 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
patch
|
blob
|
history
diff --git
a/src/cli/main.c
b/src/cli/main.c
index
0e41d1b
..
1920398
100644
(file)
--- 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();
}