Skip to content

Commit

Permalink
MIPS register hints without $ for compatibility
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Martin <Jeffrey_Martin@rapid7.com>
  • Loading branch information
jmartin-tech committed Jan 15, 2019
1 parent a661be3 commit d25fd8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mbedtls/bn_mul.h
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,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", "$lo", "$hi" \
: "$9", "$10", "$11", "$12", "$13", "$14", "$15", "lo", "hi" \
);

#endif /* MIPS */
Expand Down

0 comments on commit d25fd8d

Please sign in to comment.