diff options
Diffstat (limited to 'arch/sparc/math-emu/fcmped.c')
-rw-r--r-- | arch/sparc/math-emu/fcmped.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/math-emu/fcmped.c b/arch/sparc/math-emu/fcmped.c index a8c188042..2033b1dc8 100644 --- a/arch/sparc/math-emu/fcmped.c +++ b/arch/sparc/math-emu/fcmped.c @@ -14,5 +14,5 @@ int FCMPED(void *rd, void *rs2, void *rs1) ret = 2; *fsr = (*fsr & ~0xc00) | (ret << 10); - return 1; + return 0; } |