1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-08 15:29:37 +00:00

Correct comment style

This commit is contained in:
Lauri Kasanen 2017-05-19 15:38:50 +03:00
parent 901ac80026
commit e8a735492d

View 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 ?