X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fds390%2Fmain.c;h=94fd18d4aa71f0aeebe559c7c8930829ea16a186;hb=b1176539b41432fec283cb2d21b77efda04b3780;hp=2da52b77a15a6209c99b316e480a613e0b3af2cd;hpb=2f566bab0a5fe0bf025d6c892d6fc309966618f1;p=fw%2Fsdcc diff --git a/src/ds390/main.c b/src/ds390/main.c index 2da52b77..94fd18d4 100644 --- a/src/ds390/main.c +++ b/src/ds390/main.c @@ -200,9 +200,9 @@ static const char *_linkCmd[] = "aslink", "-nf", "$1", NULL }; -static const char *_asmCmd[] = +/* $3 is replaced by assembler.debug_opts resp. port->assembler.plain_opts */ static const char *_asmCmd[] = { - "asx8051", "$l", "-plosgff", "$1.asm", NULL + "asx8051", "$l", "$3", "$1.asm", NULL }; /* Globals */ @@ -275,6 +275,7 @@ PORT ds390_port = _ds390_regparm, NULL, NULL, + NULL, FALSE, 0, /* leave lt */ 0, /* leave gt */