]> git.sur5r.net Git - cc65/blobdiff - src/cc65/main.c
More optimizations
[cc65] / src / cc65 / main.c
index e7a68d502a827712ffa24acf38923429078c0a04..3ed7127e3120c9a31d4f8a0b1e6b7e126256e803 100644 (file)
@@ -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);