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