Files
ack/mach/vax4/libem/cfi.s
em cb49888304 To have a file preprocessed, it must start with a # in column o1.
The RCSid is replaced to accomplish this.
1985-01-21 12:56:09 +00:00

25 lines
310 B
ArmAsm

#include "em_abs.h"
# $Header$
.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