diff options
Diffstat (limited to 'src/ecrt0.c')
-rw-r--r-- | src/ecrt0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ecrt0.c b/src/ecrt0.c index ac23259de4f..17bd4841002 100644 --- a/src/ecrt0.c +++ b/src/ecrt0.c @@ -348,7 +348,7 @@ _start () { #ifdef sun finitfp_(); -#endif +#endif /* On 68000, _start pushes a6 onto stack */ start1 (); } |