mirror of
https://github.com/kmackay/micro-ecc.git
synced 2026-06-05 21:14:51 +00:00
Fix for #113
This commit is contained in:
+2
-2
@@ -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
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user