From: cuz Date: Tue, 25 Nov 2003 18:37:05 +0000 (+0000) Subject: Pass the memory model to the compiler X-Git-Tag: V2.12.0~1115 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9fea0c5c424752efe4ee22c3999430d91e51d80d;p=cc65 Pass the memory model to the compiler git-svn-id: svn://svn.cc65.org/cc65/trunk@2685 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/src/cl65/main.c b/src/cl65/main.c index 14656b745..a9a5ba85a 100644 --- a/src/cl65/main.c +++ b/src/cl65/main.c @@ -908,6 +908,7 @@ static void OptMemoryModel (const char* Opt attribute ((unused)), const char* Ar Error ("Unsupported memory model: %s", Arg); } else { CmdAddArg2 (&CA65, "-mm", Arg); + CmdAddArg2 (&CC65, "-mm", Arg); } }