Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1321 serge 1
 
2
        .global _fini_cursor
3
4
 
5
6
 
7
        pushl   %eax
8
        call _fini_cursor
9
        addl $4, %esp
10
        ret
11