Clean up deleted files.

This commit is contained in:
mycroft 1994-07-03 10:23:31 +00:00
parent af65c82115
commit 75d34a2362
1 changed files with 0 additions and 22 deletions

View File

@ -1,22 +0,0 @@
| dummy FPSP entries
.text
#ifndef FPSP
.globl fpsp_unimp
.globl fpsp_bsun,fpsp_unfl,fpsp_operr
.globl fpsp_ovfl,fpsp_snan,fpsp_unsupp
fpsp_unimp:
fpsp_bsun:
fpsp_unfl:
fpsp_operr:
fpsp_ovfl:
fpsp_snan:
fpsp_unsupp:
pea LnoFPSP
jbsr _panic
LnoFPSP:
.asciz "68040 FPSP not installed"
#else
XXXFPSPwantasym:
#endif