Pass the memory model to the compiler
git-svn-id: svn://svn.cc65.org/cc65/trunk@2685 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -908,6 +908,7 @@ static void OptMemoryModel (const char* Opt attribute ((unused)), const char* Ar
|
|||||||
Error ("Unsupported memory model: %s", Arg);
|
Error ("Unsupported memory model: %s", Arg);
|
||||||
} else {
|
} else {
|
||||||
CmdAddArg2 (&CA65, "-mm", Arg);
|
CmdAddArg2 (&CA65, "-mm", Arg);
|
||||||
|
CmdAddArg2 (&CC65, "-mm", Arg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user