ack/mach/vax4/libem/cfi.s
1985-01-18 14:30:03 +00:00

23 lines
309 B
ArmAsm

# $Header$
#include "em_abs.h"
.globl .cfi
.cfi:
movl (sp)+,r1
movl (sp)+,r0
cmpl r0,$4
bneq Lerr
movl (sp)+,r0
cmpl r0,$4
bneq Lddl
cvtfl (sp)+,-(sp)
jmp (r1)
Lddl:
cmpl r0,$8
bneq Lerr
cvtdl (sp)+,-(sp)
jmp (r1)
Lerr:
pushl $EILLINS
jmp .fat