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