Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. format ELF
  2. section '.text' executable
  3. public _msys_window_redraw
  4. _msys_window_redraw:
  5. ;arg1 - status
  6.   mov   edx,ebx
  7.   mov   eax,12
  8.   mov   ebx,[esp+4]
  9.   int   0x40
  10.   mov   ebx,edx
  11.   ret   4