summaryrefslogtreecommitdiffstats
path: root/arch/sparc64/math-emu/fnegq.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sparc64/math-emu/fnegq.c')
-rw-r--r--arch/sparc64/math-emu/fnegq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc64/math-emu/fnegq.c b/arch/sparc64/math-emu/fnegq.c
index 2251e3308..745020ee3 100644
--- a/arch/sparc64/math-emu/fnegq.c
+++ b/arch/sparc64/math-emu/fnegq.c
@@ -2,6 +2,6 @@ int FNEGQ(unsigned long *rd, unsigned long *rs2)
{
rd[0] = rs2[0] ^ 0x8000000000000000UL;
rd[1] = rs2[1];
- return 1;
+ return 0;
}