add hints for mips registers that may need restore

Signed-off-by: Jeffrey Martin <Jeffrey_Martin@rapid7.com>
This commit is contained in:
Jeffrey Martin 2018-08-14 14:41:57 -05:00
parent 62ec2dd68f
commit 2f70e4b2f9
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" \
: "$9", "$10", "$11", "$12", "$13", "$14", "$15", "$lo", "$hi" \
);
#endif /* MIPS */