]> granicus.if.org Git - strace/commit
S390: stop using needlessly static long pc variable
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 8 Feb 2013 14:50:05 +0000 (15:50 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 8 Feb 2013 14:50:05 +0000 (15:50 +0100)
commit7ba8e72bb56243b8a7df949cef8a7d6039d889ac
treece51d583e2427055e514a3743836422db40b6d22
parent751acb3d70ebefcde1b71fb2ab61a3cffd2e7c4b
S390: stop using needlessly static long pc variable

* syscall.c: Remove "static long pc" variable.
(get_scno): Use an automatic long variable instead of a static.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
syscall.c