[klibc] [PATCH] add mips64 support

H. Peter Anvin hpa at zytor.com
Tue Aug 26 20:35:41 PDT 2014


On 07/14/2014 05:24 AM, Dejan Latinovic wrote:
> +	# sw is actually two instructions; the first one goes
> +	# in the branch delay slot
> +	# XXX: Break this up manually; as it is now it generates warnings.
> +        sw      v0, errno
> +        li      v0, -1
> +1:      jr      ra

The comment doesn't seem to match the code.

	-hpa



More information about the klibc mailing list