This commit is contained in:
Ken MacKay
2017-06-19 18:52:33 -07:00
parent a76bd3f047
commit 601bd11062
+1 -1
View File
@@ -889,7 +889,7 @@ uECC_VLI_API uECC_word_t uECC_vli_sub(uECC_word_t *result,
"adc %[borrow], %[borrow] \n\t" /* Store carry bit in borrow. */
: "+z" (r), "+x" (left), "+y" (right), [i] "+r" (i),
: "+z" (r), "+x" (left), "+y" (right), [i] "+r" (num_words),
[borrow] "+r" (borrow), [left] "=&r" (left_byte), [right] "=&r" (right_byte)
:
: "cc"