removed commented-out #include <machine/asm.h>

This commit is contained in:
jtc 1995-04-09 19:13:26 +00:00
parent d092e7eb1e
commit 1b41528de0
6 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@
* Public domain.
*/
/* #include <machine/asm.h> */
#include <machine/asm.h>
ENTRY(fpgetmask)
fmovel fpcr,d0

View File

@ -3,7 +3,7 @@
* Public domain.
*/
/* #include <machine/asm.h> */
#include <machine/asm.h>
ENTRY(fpgetround)
fmovel fpcr,d0

View File

@ -3,7 +3,7 @@
* Public domain.
*/
/* #include <machine/asm.h> */
#include <machine/asm.h>
ENTRY(fpgetsticky)
fmovel fpsr,d0

View File

@ -3,7 +3,7 @@
* Public Domain.
*/
/* #include <machine/asm.h> */
#include <machine/asm.h>
ENTRY(fpsetmask)
movel d2,sp@-

View File

@ -3,7 +3,7 @@
* Public Domain.
*/
/* #include <machine/asm.h> */
#include <machine/asm.h>
ENTRY(fpsetround)
movel d2,sp@-

View File

@ -3,7 +3,7 @@
* Public domain.
*/
/* #include <machine/asm.h> */
#include <machine/asm.h>
ENTRY(fpsetsticky)
movl d2,sp@-