summaryrefslogtreecommitdiffstats
path: root/arch/sparc64/math-emu/fqtox.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-06-13 16:29:25 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-06-13 16:29:25 +0000
commitdb7d4daea91e105e3859cf461d7e53b9b77454b2 (patch)
tree9bb65b95440af09e8aca63abe56970dd3360cc57 /arch/sparc64/math-emu/fqtox.c
parent9c1c01ead627bdda9211c9abd5b758d6c687d8ac (diff)
Merge with Linux 2.2.8.
Diffstat (limited to 'arch/sparc64/math-emu/fqtox.c')
-rw-r--r--arch/sparc64/math-emu/fqtox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc64/math-emu/fqtox.c b/arch/sparc64/math-emu/fqtox.c
index 6cdabc8cd..484ca6900 100644
--- a/arch/sparc64/math-emu/fqtox.c
+++ b/arch/sparc64/math-emu/fqtox.c
@@ -9,5 +9,5 @@ int FQTOX(unsigned long *rd, void *rs2)
__FP_UNPACK_Q(A, rs2);
FP_TO_INT_Q(r, A, 64, 1);
*rd = r;
- return 1;
+ return 0;
}