diff options
Diffstat (limited to 'arch/sparc64/math-emu/fstox.c')
-rw-r--r-- | arch/sparc64/math-emu/fstox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc64/math-emu/fstox.c b/arch/sparc64/math-emu/fstox.c index 555fba2ee..fa2135f8b 100644 --- a/arch/sparc64/math-emu/fstox.c +++ b/arch/sparc64/math-emu/fstox.c @@ -9,5 +9,5 @@ int FSTOX(unsigned long *rd, void *rs2) __FP_UNPACK_S(A, rs2); FP_TO_INT_S(r, A, 64, 1); *rd = r; - return 1; + return 0; } |