Skip to content

Commit

Permalink
Re-add accidentally removed clobber (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmackay committed Jul 17, 2015
1 parent f02018b commit c8d9590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asm_arm.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2446,7 +2446,7 @@ static void vli_square(uint32_t *result, const uint32_t *left) {
: [r0] "+l" (r0), [r1] "+l" (r1)
: [eccd] "I" (uECC_WORDS * 4), [eccdm1] "I" ((uECC_WORDS-1) * 4),
[eccd2m1] "I" ((uECC_WORDS * 2 - 1) * 4)
: "r2", "r3", "r4", "r5", "r6", "cc", "memory"
: "r2", "r3", "r4", "r5", "r6", "r7", "cc", "memory"
);
#endif
}
Expand Down

0 comments on commit c8d9590

Please sign in to comment.