MIPS register hints without $ for compatibility

Signed-off-by: Jeffrey Martin <Jeffrey_Martin@rapid7.com>
This commit is contained in:
Jeffrey Martin 2019-01-14 18:01:40 -06:00
parent a661be3593
commit d25fd8d4c9
No known key found for this signature in database
GPG Key ID: 0CD9BBC2AF15F171

View File

@ -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 */