From: Lauri Kasanen Date: Fri, 19 May 2017 12:38:50 +0000 (+0300) Subject: Correct comment style X-Git-Tag: V2.17~137^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e8a735492de02f1ab7dc5f28a24dc1c5022c0d82;p=cc65 Correct comment style --- diff --git a/src/cc65/codeinfo.c b/src/cc65/codeinfo.c index 06c66baf4..e9d98f5b8 100644 --- a/src/cc65/codeinfo.c +++ b/src/cc65/codeinfo.c @@ -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 ?