summaryrefslogtreecommitdiff
path: root/arm/ecc-521-modp.asm
diff options
context:
space:
mode:
Diffstat (limited to 'arm/ecc-521-modp.asm')
-rw-r--r--arm/ecc-521-modp.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm/ecc-521-modp.asm b/arm/ecc-521-modp.asm
index c311a891..3fba2396 100644
--- a/arm/ecc-521-modp.asm
+++ b/arm/ecc-521-modp.asm
@@ -91,7 +91,7 @@ PROLOGUE(nettle_ecc_521_modp)
adcs F0, F0, F3, lsr #9
C Copy low 9 bits to H, then shift right including carry
and H, F0, T0
- rrx F0, F0
+ mov F0, F0, rrx
lsr F0, F0, #8
C Add in F1 = rp[33], with weight 2^1056 = 2^14
adds F0, F0, F1, lsl #14