mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
Fix format string in signal mask printing.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4989
This commit is contained in:
parent
b9915194c8
commit
2e5014cb8b
@ -725,7 +725,7 @@ void do_setmask ( ThreadId tid,
|
||||
*oldset = VG_(threads)[tid].sig_mask;
|
||||
if (VG_(clo_trace_signals))
|
||||
VG_(message)(Vg_DebugExtraMsg,
|
||||
"\toldset=%p %08x%08x",
|
||||
"\toldset=%p %s",
|
||||
oldset, format_sigset(oldset));
|
||||
}
|
||||
if (newset) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user