X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fcc65%2Fmain.c;h=3ed7127e3120c9a31d4f8a0b1e6b7e126256e803;hb=b3496bb343a2c93284a8669da4b52cf45b3db3dd;hp=e7a68d502a827712ffa24acf38923429078c0a04;hpb=c130e597b013e37c94afd6651be1e8859ba7e5ac;p=cc65 diff --git a/src/cc65/main.c b/src/cc65/main.c index e7a68d502..3ed7127e3 100644 --- a/src/cc65/main.c +++ b/src/cc65/main.c @@ -383,6 +383,7 @@ static void OptCreateDep (const char* Opt attribute ((unused)), static void OptCPU (const char* Opt, const char* Arg) /* Handle the --cpu option */ { + /* Find the CPU from the given name */ CPU = FindCPU (Arg); if (CPU != CPU_6502 && CPU != CPU_65C02) { AbEnd ("Invalid argument for %s: `%s'", Opt, Arg);