]> git.sur5r.net Git - cc65/commitdiff
Correct comment style
authorLauri Kasanen <cand@gmx.com>
Fri, 19 May 2017 12:38:50 +0000 (15:38 +0300)
committerLauri Kasanen <cand@gmx.com>
Fri, 19 May 2017 12:38:50 +0000 (15:38 +0300)
src/cc65/codeinfo.c

index 06c66baf4711243047d5c55d4a0bdc9524e99f71..e9d98f5b870d9b5021b0925b022f5915878bff49 100644 (file)
@@ -403,7 +403,8 @@ void GetFuncInfo (const char* Name, unsigned short* Use, unsigned short* Chg)
                 *Use = REG_Y;
             } else if (D->Flags & FD_CALL_WRAPPER) {
                 /* Wrappers may go to any functions, so mark them as using all
-                  registers */
+                ** registers.
+                */
                 *Use = REG_EAXY;
             } else if (D->ParamCount > 0 &&
                        (AutoCDecl ?