From 9554bb72353c20c359954b45f122a479b4f6201b Mon Sep 17 00:00:00 2001 From: borutr Date: Sun, 30 Mar 2003 15:33:22 +0000 Subject: [PATCH] changed type of parameter asmOptions to set in _tininative_do_assemble() git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2433 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- src/ds390/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ds390/main.c b/src/ds390/main.c index e0fabb35..c7e55f4d 100644 --- a/src/ds390/main.c +++ b/src/ds390/main.c @@ -512,7 +512,7 @@ static void _tininative_genAssemblerEnd (FILE * of) fputs("\tend\n",of); } /* tininative assembler , calls "macro", if it succeeds calls "a390" */ -static void _tininative_do_assemble (const char * const *asmOptions) +static void _tininative_do_assemble (set *asmOptions) { static const char *macroCmd[] = { "macro","$1.a51",NULL -- 2.47.2