Backport #1949 into mbedtls-2.7

Signed-off-by: Jeffrey Martin <Jeffrey_Martin@rapid7.com>
This commit is contained in:
Jeffrey Martin 2019-01-14 18:13:06 -06:00
parent 78f040cf33
commit 44fbf91f01
No known key found for this signature in database
GPG key ID: 0CD9BBC2AF15F171
2 changed files with 5 additions and 1 deletions

View file

@ -734,7 +734,7 @@
"sw $10, %2 \n\t" \
: "=m" (c), "=m" (d), "=m" (s) \
: "m" (s), "m" (d), "m" (c), "m" (b) \
: "$9", "$10", "$11", "$12", "$13", "$14", "$15" \
: "$9", "$10", "$11", "$12", "$13", "$14", "$15", "lo", "hi" \
);
#endif /* MIPS */