cfi.s 357 B

12345678910111213141516171819202122232425
  1. #include "em_abs.h"
  2. .sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
  3. .define .cfi
  4. ! $Id$
  5. .cfi:
  6. movl (sp)+,r1
  7. movl (sp)+,r0
  8. cmpl r0,$4
  9. bneq 1f
  10. movl (sp)+,r0
  11. cmpl r0,$4
  12. bneq 2f
  13. cvtfl (sp)+,-(sp)
  14. jmp (r1)
  15. 2:
  16. cmpl r0,$8
  17. bneq 1f
  18. cvtdl (sp)+,-(sp)
  19. jmp (r1)
  20. 1:
  21. pushl $EILLINS
  22. jmp .fat