diff options
Diffstat (limited to 'istartup.s')
-rw-r--r-- | istartup.s | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ #endif #ifdef LINUX -# define section(n) .section .text.##n,"ax",@progbits +# define section(n) .section .text.n,"ax",@progbits #else # define section(n) .text #endif |