summaryrefslogtreecommitdiff
path: root/arm/v6/sha256-compress.asm
diff options
context:
space:
mode:
Diffstat (limited to 'arm/v6/sha256-compress.asm')
-rw-r--r--arm/v6/sha256-compress.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/arm/v6/sha256-compress.asm b/arm/v6/sha256-compress.asm
index 75607789..e6f4e1e9 100644
--- a/arm/v6/sha256-compress.asm
+++ b/arm/v6/sha256-compress.asm
@@ -126,7 +126,7 @@ define(<NOEXPN>, <
PROLOGUE(_nettle_sha256_compress)
push {r4,r5,r6,r7,r8,r10,r11,r14}
sub sp, sp, #68
- str STATE, [sp, +#64]
+ str STATE, [sp, #+64]
C Load data up front, since we don't have enough registers
C to load and shift on-the-fly
@@ -199,7 +199,7 @@ PROLOGUE(_nettle_sha256_compress)
EXPN(15) ROUND(SB,SC,SD,SE,SF,SG,SH,SA)
bne .Loop2
- ldr STATE, [sp, +#64]
+ ldr STATE, [sp, #+64]
C No longer needed registers
ldm STATE, {r1,r2,r12,r14}
add SA, SA, r1