projects
/
emu8051.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
c91e69d
)
Fix comment after cleanup
author
Hugo Villeneuve
<hugo@hugovil.com>
Sat, 15 Feb 2014 05:35:27 +0000
(
00:35
-0500)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Sat, 15 Feb 2014 05:45:16 +0000
(
00:45
-0500)
src/cli/menu.c
patch
|
blob
|
history
diff --git
a/src/cli/menu.c
b/src/cli/menu.c
index
524e4f3
..
12d1611
100644
(file)
--- a/
src/cli/menu.c
+++ b/
src/cli/menu.c
@@
-123,7
+123,7
@@
menu_display_usage(void)
printf(")\n");
}
printf(")\n");
}
-/* Disassemble
NumberInst instructions at A
ddress */
+/* Disassemble
num instructions at a
ddress */
void
disassemble_num(unsigned int address, int num)
{
void
disassemble_num(unsigned int address, int num)
{