This commit is contained in:
Ken MacKay
2020-10-07 12:27:10 -07:00
parent 979d722c99
commit 6e9241793f
+2 -2
View File
@@ -67,9 +67,9 @@ uECC_VLI_API void uECC_vli_set(uECC_word_t *dest, const uECC_word_t *src, wordco
"1: \n\t"
: "+x" (d), "+y" (src)
: [num] "r" ((uint8_t)(num_words * 2))
: "r0",
: "r0"
#if (uECC_MAX_WORDS != uECC_MIN_WORDS)
"r30", "r31", "cc"
, "r30", "r31", "cc"
#endif
);
}