Removed some ridiculous code.

This commit is contained in:
ceriel 1986-10-15 13:58:51 +00:00
parent b40489973e
commit 908eeaf9cd

View file

@ -6,19 +6,10 @@
.cuu: .cuu:
movl (sp)+,r1 movl (sp)+,r1
movl (sp)+,r0
cmpl (sp),$1
beql Lfrom1
cmpl (sp),$2
beql Lfrom2
cmpl (sp)+,$4 cmpl (sp)+,$4
bneq Lerr bneq Lerr
jmp (r1) cmpl (sp)+, $4
Lfrom1: bneq Lerr
movzbw 4(sp), 4(sp)
Lfrom2:
tstl (sp)+
movzwl (sp), (sp)
jmp (r1) jmp (r1)
Lerr: Lerr:
pushl $EILLINS pushl $EILLINS