Subversion Repositories Kolibri OS

Rev

Rev 1908 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1908 Rev 2040
Line 2... Line 2...
2
.global __alloca
2
.global __alloca
3
 
3
 
Line 4... Line 4...
4
.section .text
4
.section .text
Line 5... Line 5...
5
 
5
 
6
.def	___chkstk;	.scl	2;	.type	32;	.endef 
6
#.def	___chkstk;	.scl	2;	.type	32;	.endef 
7
.def	__alloca;	.scl	2;	.type	32;	.endef 
7
#.def	__alloca;	.scl	2;	.type	32;	.endef 
8
___chkstk:
8
___chkstk:
9
__alloca:
9
__alloca:
10
        pushl   %ecx            /* save temp */
10
        pushl   %ecx            /* save temp */
11
        leal    8(%esp), %ecx   /* point past return addr */
11
        leal    8(%esp), %ecx   /* point past return addr */