ack/mach/vax4/libem/cfi.s
1990-01-12 10:29:26 +00:00

26 lines
361 B
ArmAsm

#include "em_abs.h"
.sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
.define .cfi
! $Header$
.cfi:
movl (sp)+,r1
movl (sp)+,r0
cmpl r0,$4
bneq 1f
movl (sp)+,r0
cmpl r0,$4
bneq 2f
cvtfl (sp)+,-(sp)
jmp (r1)
2:
cmpl r0,$8
bneq 1f
cvtdl (sp)+,-(sp)
jmp (r1)
1:
pushl $EILLINS
jmp .fat