summaryrefslogtreecommitdiffstats
path: root/src/core/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/main.c')
-rw-r--r--src/core/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/main.c b/src/core/main.c
index aaf8111b..120f87f8 100644
--- a/src/core/main.c
+++ b/src/core/main.c
@@ -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();