mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 13:30:57 +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:
@@ -34,7 +34,7 @@ static struct feature features_end[0] __table_end ( struct feature, features );
|
||||
*
|
||||
* @ret rc Return status code
|
||||
*/
|
||||
__cdecl int main ( void ) {
|
||||
__asmcall int main ( void ) {
|
||||
struct feature *feature;
|
||||
|
||||
initialise();
|
||||
|
||||
Reference in New Issue
Block a user