home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD1.bin / useful / util / libs / reqtools / glue / gcc / gcc_glue.lha / src / LibSource.lha / rtCloseWindowSafely.S < prev    next >
Encoding:
Text File  |  1994-02-01  |  183 b   |  15 lines

  1.  
  2. #include "reqtools.i"
  3.  
  4.     .globl _rtCloseWindowSafely
  5.  
  6.     .text
  7.  
  8. _rtCloseWindowSafely:
  9.     movel    a6,sp@-
  10.     GETRTBASE
  11.     movel    sp@(8),a0
  12.     jsr    a6@(_LVOrtCloseWindowSafely:W)
  13.     movel    sp@+,a6
  14.     rts
  15.