Skip to content

Commit 623549c

Browse files
authored
Merge pull request #6781 from SparkiDev/sp_arm64_asm_fixup_1
SP ARM64 ASM: fix sp_256_mont_dbl_4
2 parents 1f2ddb7 + ea8bc82 commit 623549c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolfcrypt/src/sp_arm64.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23108,7 +23108,7 @@ static void sp_256_mont_dbl_4(sp_digit* r, const sp_digit* a, const sp_digit* m)
2310823108
"stp x11, x12, [%[r],16]\n\t"
2310923109
:
2311023110
: [r] "r" (r), [a] "r" (a)
23111-
: "memory", "x3", "x4", "x5", "x6", "x7", "x8", "x13", "cc"
23111+
: "memory", "x3", "x4", "x5", "x6", "x7", "x8", "x13", "x9", "x10", "x11", "x12", "cc"
2311223112
);
2311323113

2311423114
(void)m;

0 commit comments

Comments
 (0)