calloc_throw.s 126 B

12345678910
  1. .xdef calloc_throw
  2. .text
  3. calloc_throw:
  4. jbsr calloc
  5. move.l %a0,%d0
  6. jbne .L__finished
  7. .word 0xA000+670
  8. .L__finished:
  9. rts