]> granicus.if.org Git - strace/commit
syscall.c: print higher bits of syscall return value on x32 personality
authorEugene Syromyatnikov <evgsyr@gmail.com>
Tue, 6 Feb 2018 23:58:30 +0000 (00:58 +0100)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 7 Feb 2018 22:03:48 +0000 (22:03 +0000)
commitb0a26b94039f2aef74e1ac063d84f7e205375777
tree2b6dcbf7d996e68292885b5ba1dbde53816a25c4
parent54038a68986296a451546714158f1c3fd575ccac
syscall.c: print higher bits of syscall return value on x32 personality

* syscall.c (syscall_exiting_trace): Check for current_klongsize instead
of current_wordsize to determine the size of tcp->u_rval.
syscall.c