Subversion Repositories Kolibri OS

Rev

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

Rev 1693 Rev 1906
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
 
-
 
6
.align 4
5
 
7
___chkstk:
6
___chkstk:
8
__alloca:
7
__alloca:
9
        pushl   %ecx            /* save temp */
8
        pushl   %ecx            /* save temp */
10
        leal    8(%esp), %ecx   /* point past return addr */
9
        leal    8(%esp), %ecx   /* point past return addr */
Line 25... Line 24...
25
1:
24
1:
26
        int3                    #trap to debugger
25
        int3                    #trap to debugger
27
        .ascii "Stack overflow"
26
        .ascii "Stack overflow"
28
27
Line -... Line 28...
-
 
28