Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1.  
  2.         .global _destroy_cursor
  3.         .global _fini_cursor
  4.  
  5. .section .text
  6.  
  7. _destroy_cursor:
  8.         pushl   %eax
  9.         call _fini_cursor
  10.         addl $4, %esp
  11.         ret
  12.  
  13.  
  14.