summaryrefslogtreecommitdiffstats
path: root/arch/sparc/math-emu/fcmps.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sparc/math-emu/fcmps.c')
-rw-r--r--arch/sparc/math-emu/fcmps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/math-emu/fcmps.c b/arch/sparc/math-emu/fcmps.c
index 1b53312ae..7e273320f 100644
--- a/arch/sparc/math-emu/fcmps.c
+++ b/arch/sparc/math-emu/fcmps.c
@@ -14,5 +14,5 @@ int FCMPS(void *rd, void *rs2, void *rs1)
ret = 2;
*fsr = (*fsr & ~0xc00) | (ret << 10);
- return 1;
+ return 0;
}