mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 05:21:49 +03:00
[i386] Rename __cdecl to __asmcall
__cdecl is a misleading name, since it currently encapsulates both cdecl and regparm(0) attributes. Rename to __asmcall.
This commit is contained in:
@@ -68,6 +68,6 @@ static inline void srand ( unsigned int seed ) {
|
||||
*/
|
||||
|
||||
extern int system ( const char *command );
|
||||
extern __cdecl int main ( void );
|
||||
extern __asmcall int main ( void );
|
||||
|
||||
#endif /* STDLIB_H */
|
||||
|
||||
Reference in New Issue
Block a user