Subversion Repositories Kolibri OS

Rev

Rev 1905 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1905 Rev 3960
Line 120... Line 120...
120
        popl %esi
120
        popl %esi
121
        popl %edi
121
        popl %edi
122
        popl %ebp
122
        popl %ebp
123
        ret
123
        ret
Line 124... Line -...
124
 
-
 
125
/* Mark non-executable stack. */
-
 
126
#if defined(__linux__) && defined(__ELF__)
-
 
127
.section .note.GNU-stack,"",%progbits
124
 
128
#endif
-