]> Untitled Git - emu8051.git/commitdiff
Remove currently unsupported option to set iram size
authorHugo Villeneuve <hugo@hugovil.com>
Mon, 2 Dec 2013 02:20:49 +0000 (21:20 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Mon, 2 Dec 2013 02:20:49 +0000 (21:20 -0500)
src/options.c

index fb78714b095a7a0111242c01b39cf636c955c0da..420cc85e5880ef6fedbe9ef76c347690f1b8a234 100644 (file)
@@ -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" },
-       {"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" },