mirror of
https://github.com/cc65/cc65.git
synced 2024-12-25 02:29:52 +00:00
Correct comment style
This commit is contained in:
parent
901ac80026
commit
e8a735492d
@ -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 ?
|
||||
|
Loading…
Reference in New Issue
Block a user