]> granicus.if.org Git - strace/commit
x86_64: fix x32 personality support in getllval
authorDmitry V. Levin <ldv@altlinux.org>
Thu, 26 Nov 2015 18:25:34 +0000 (18:25 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 26 Nov 2015 18:25:34 +0000 (18:25 +0000)
commit6974c91c02053b488efbfe9494feb232d151c909
tree1f6012e9d31fd195826e92deb79024e3192c408d
parent4c65ff00ee1c258ca40a5bed3916ace21e9df925
x86_64: fix x32 personality support in getllval

x86 is the only personality supported on x86_64
that has 32-bit syscall arguments.

* util.c (getllval) [X86_64]: Fix current_personality == 2 case.
util.c