diff options
Diffstat (limited to 'arch/sparc/math-emu/fmovs.c')
-rw-r--r-- | arch/sparc/math-emu/fmovs.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/sparc/math-emu/fmovs.c b/arch/sparc/math-emu/fmovs.c index f113c0bb1..77087a524 100644 --- a/arch/sparc/math-emu/fmovs.c +++ b/arch/sparc/math-emu/fmovs.c @@ -1,3 +1,10 @@ +/* $Id: fmovs.c,v 1.7 1999/05/28 13:42:05 jj Exp $ + * arch/sparc/math-emu/fmovs.c + * + * Copyright (C) 1998 Peter Maydell (pmaydell@chiark.greenend.org.uk) + * + */ + int FMOVS(unsigned long *rd, unsigned long *rs2) { rd[0] = rs2[0]; |