aboutsummaryrefslogtreecommitdiffstats
path: root/mpi/i386/mpih-add1.S
diff options
context:
space:
mode:
Diffstat (limited to 'mpi/i386/mpih-add1.S')
-rw-r--r--mpi/i386/mpih-add1.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/mpi/i386/mpih-add1.S b/mpi/i386/mpih-add1.S
index 3b3b23c8c..da7e7f8b3 100644
--- a/mpi/i386/mpih-add1.S
+++ b/mpi/i386/mpih-add1.S
@@ -2,7 +2,7 @@
* sum in a third limb vector.
*
* Copyright (C) 1992, 1994, 1995, 1998,
- * 2001 Free Software Foundation, Inc.
+ * 2001, 2002 Free Software Foundation, Inc.
*
* This file is part of GnuPG.
*
@@ -75,7 +75,7 @@ L0: leal (%eax,%eax,8),%eax
addl $4,%esp
#else
/* Calculate start address in loop for non-PIC. */
- leal (Loop - 3)(%eax,%eax,8),%eax
+ leal Loop-3(%eax,%eax,8),%eax
#endif
jmp *%eax /* jump into loop */
ALIGN (3)