Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1320 → Rev 1321

/drivers/video/drm/radeon/cursor.S
0,0 → 1,13
 
.global _destroy_cursor
.global _fini_cursor
 
.section .text
 
_destroy_cursor:
pushl %eax
call _fini_cursor
addl $4, %esp
ret