diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/bn/asm/armv4-gf2m.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/bn/asm/armv4-gf2m.pl b/src/lib/libcrypto/bn/asm/armv4-gf2m.pl index c52e0b75b5..8915924641 100644 --- a/src/lib/libcrypto/bn/asm/armv4-gf2m.pl +++ b/src/lib/libcrypto/bn/asm/armv4-gf2m.pl | |||
@@ -174,7 +174,7 @@ bn_GF2m_mul_2x2: | |||
174 | beq .Lialu | 174 | beq .Lialu |
175 | 175 | ||
176 | veor $A1,$A1 | 176 | veor $A1,$A1 |
177 | vmov.32 $B1,r3,r3 @ two copies of b1 | 177 | vmov $B1,r3,r3 @ two copies of b1 |
178 | vmov.32 ${A1}[0],r1 @ a1 | 178 | vmov.32 ${A1}[0],r1 @ a1 |
179 | 179 | ||
180 | veor $A0,$A0 | 180 | veor $A0,$A0 |