Subversion Repositories Kolibri OS

Rev

Rev 4872 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4349 Serge 1
 
2
 
3
.global __exit
4
 
5
6
7
 
8
 
9
__Exit:
10
           movl  4(%esp), %edx     #store exit code
11
           movl  $68, %eax
12
           movl  $13, %ebx
13
           movl  %fs:8, %ecx
14
           int   $0x40             #destroy stack
15
16
           movl  $-1, %eax
17
 
18