fsetbufsize.s 216 B

12345678910111213141516171819
  1. .file "fsetbufsize.c"
  2. #NO_APP
  3. .text
  4. tigcc_compiled.:
  5. #APP
  6. .set _A_LINE,0xA000
  7. #NO_APP
  8. .text
  9. .even
  10. .globl fsetbufsize
  11. fsetbufsize:
  12. tst.w %d0
  13. jbeq .L1
  14. cmp.w #0,%a0
  15. jbeq .L1
  16. move.w %d0,18(%a0)
  17. .L1:
  18. rts
  19. nop