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 806... Line 806...
806
	popl %edi
806
	popl %edi
807
	popl %esi
807
	popl %esi
808
	popl %ebx
808
	popl %ebx
809
	ret
809
	ret
Line 810... Line -...
810
 
-
 
811
/* Mark non-executable stack. */
-
 
812
#if defined(__linux__) && defined(__ELF__)
-
 
813
.section .note.GNU-stack,"",%progbits
810
 
814
#endif
-