projects
/
emu8051.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
fb189bd
)
Remove currently unsupported option to set iram size
author
Hugo Villeneuve
<hugo@hugovil.com>
Mon, 2 Dec 2013 02:20:49 +0000
(21:20 -0500)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Mon, 2 Dec 2013 02:20:49 +0000
(21:20 -0500)
src/options.c
patch
|
blob
|
history
diff --git
a/src/options.c
b/src/options.c
index
fb78714
..
420cc85
100644
(file)
--- a/
src/options.c
+++ b/
src/options.c
@@
-45,7
+45,6
@@
static const char args_doc[] = "[FILENAME]";
/* The options we understand. */
static struct argp_option argp_options[] = {
{"debug", 'd', "level", 0, "Produce debugging output" },
/* The options we understand. */
static struct argp_option argp_options[] = {
{"debug", 'd', "level", 0, "Produce debugging output" },
- {"iram", 'i', "size", 0, "Set internal ram size" },
{"pram", 'p', "size", 0, "Set program memory size" },
{"xram", 'x', "size", 0, "Set external ram size (default is 1024)" },
{"stop", 's', "addr", 0, "Automatically run program and stop at address" },
{"pram", 'p', "size", 0, "Set program memory size" },
{"xram", 'x', "size", 0, "Set external ram size (default is 1024)" },
{"stop", 's', "addr", 0, "Automatically run program and stop at address" },