realloc_throw.s 129 B

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