home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / developer-tools / aros / source / exec / internal / m68k / new / getcc.s < prev    next >
Encoding:
Text File  |  1996-07-16  |  96 b   |  9 lines

  1.     .text
  2.     .align    16
  3.     .globl    Exec_GetCC
  4.     .type    Exec_GetCC,@function
  5. Exec_GetCC:
  6.     /* Dummy */
  7.     ret
  8.  
  9.