]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
truss: Decode correctly 64bits arguments on 32bits arm.
authorOlivier Houchard <cognet@FreeBSD.org>
Wed, 22 Sep 2021 23:23:07 +0000 (01:23 +0200)
committerOlivier Houchard <cognet@FreeBSD.org>
Wed, 22 Sep 2021 23:26:42 +0000 (01:26 +0200)
commitf4b7018af11a1ab3edfcce8bc0bfa521364cdeb0
tree5501b4a830aa2bc0a00dd01330304ecfc234f862
parentb31c5a25321363ab95c1642dffc6e92319dc42ce
truss: Decode correctly 64bits arguments on 32bits arm.

Mostly revert ebbc3140ca0d7eee154f7a67ccdae7d3d88d13fd.
We don't need to special-case anything for arm64, the check for the pointer
size is already done for us, just keep the bits about having arm and arm64
having to add padding for 32bits binaries.

MFC after: 1 week
usr.bin/truss/syscalls.c