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