diff options
Diffstat (limited to 'sysdeps/mips/mul_1.S')
-rw-r--r-- | sysdeps/mips/mul_1.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mips/mul_1.S b/sysdeps/mips/mul_1.S index 4838ad0c82..7ba435362f 100644 --- a/sysdeps/mips/mul_1.S +++ b/sysdeps/mips/mul_1.S @@ -84,4 +84,4 @@ $LC0: mflo $10 sw $10,0($4) j $31 addu $2,$9,$2 /* add high product limb and carry from addition */ - END (__mpn_mul_1)
\ No newline at end of file + END (__mpn_mul_1) |