]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix __syscall on armeb EABI. As it returns a 64-bit value it needs to place
authorAndrew Turner <andrew@FreeBSD.org>
Thu, 6 Feb 2014 20:26:36 +0000 (20:26 +0000)
committerAndrew Turner <andrew@FreeBSD.org>
Thu, 6 Feb 2014 20:26:36 +0000 (20:26 +0000)
commita9540a2624182be37c28ec48fd338ab16448400a
treead353159e405162c826d18c8d60c6f7c70c61a15
parent15a922df35ac2208c9597d6588bd80e48925b977
Fix __syscall on armeb EABI. As it returns a 64-bit value it needs to place
32-bit data in r1, not r0. 64-bit data is already packed correctly.
sys/arm/arm/vm_machdep.c