diff options
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/crt_arch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/crt_arch.h b/arch/mips/crt_arch.h index 9a60be03..058de5c3 100644 --- a/arch/mips/crt_arch.h +++ b/arch/mips/crt_arch.h @@ -1,6 +1,7 @@ __asm__( ".set push\n" ".set noreorder\n" +".text \n" ".global _" START "\n" ".global " START "\n" ".type _" START ", @function\n" |