Correct comment style
This commit is contained in:
parent
901ac80026
commit
e8a735492d
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue