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

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