diff options
Diffstat (limited to 'sysdeps/i386/add_n.S')
-rw-r--r-- | sysdeps/i386/add_n.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/i386/add_n.S b/sysdeps/i386/add_n.S index 55c5dda446..a93e2899a7 100644 --- a/sysdeps/i386/add_n.S +++ b/sysdeps/i386/add_n.S @@ -104,4 +104,4 @@ L(oop): movl (%esi),%eax popl %edi ret - ASM_SIZE_DIRECTIVE(C_SYMBOL_NAME(__mpn_add_n))
\ No newline at end of file + ASM_SIZE_DIRECTIVE(C_SYMBOL_NAME(__mpn_add_n)) |