diff options
Diffstat (limited to 'arch/sparc64/math-emu/fmovq.c')
-rw-r--r-- | arch/sparc64/math-emu/fmovq.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/sparc64/math-emu/fmovq.c b/arch/sparc64/math-emu/fmovq.c deleted file mode 100644 index ee5a7e4f5..000000000 --- a/arch/sparc64/math-emu/fmovq.c +++ /dev/null @@ -1,13 +0,0 @@ -/* $Id: fmovq.c,v 1.2 1999/05/28 13:44:09 jj Exp $ - * arch/sparc64/math-emu/fmovq.c - * - * Copyright (C) 1997 Jakub Jelinek (jj@ultra.linux.cz) - * - */ - -int FMOVQ(unsigned long *rd, unsigned long *rs2) -{ - rd[0] = rs2[0]; - rd[1] = rs2[1]; - return 0; -} |