commit | abe20840166e6f04d3ab60f8d53a2ff5907bd942 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Thu Mar 28 14:33:24 2013 +0000 |
committer | Stefan Hajnoczi <stefanha@redhat.com> | Fri Apr 05 14:40:54 2013 +0200 |
tree | 5a874c225498781ca104993f6f84408035dacade | |
parent | 2bd01ac1e238c76e201ba21f314cec46437d2c5a [diff] |
linux-user: Don't omit comma for strace of rt_sigaction() Pass the 'last' parameter of print_signal() through to print_raw_param(); this fixes a problem where we weren't printing the comma separator for strace of rt_sigaction() when the signal was an unnamed (ie realtime) one: 6856 rt_sigaction(230xf6fff870,0xf6fff8fc) = 0 Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>