Fix strchr, strrchr implementation: convert c to char
authorbr <br@FreeBSD.org>
Thu, 13 Oct 2016 15:23:53 +0000 (15:23 +0000)
committerbr <br@FreeBSD.org>
Thu, 13 Oct 2016 15:23:53 +0000 (15:23 +0000)
commit6f8e0fc7617f0e9bf866d5ec8e328339e1d5dbae
tree8b714c99a7c0b66ebe50373b8d87b6b6fafc2ed8
parentaf14bca64111125e219711b34750a365ddb30f45
Fix strchr, strrchr implementation: convert c to char
(according to standard).

Discussed with: andrew
Reviewed by: emaste
Sponsored by: DARPA, AFRL
Sponsored by: HEIF5
Differential Revision: https://reviews.freebsd.org/D8239
lib/libc/mips/string/strchr.S
lib/libc/mips/string/strrchr.S