mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
Small follow up to lock address description: now that we describe
lock address, we can print something even if the lock observation has no stacktrace. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14190
This commit is contained in:
parent
1b15a83afa
commit
9a5cacfa97
@ -764,8 +764,6 @@ static void announce_LockP ( Lock* lk )
|
||||
if (lk == Lock_INVALID)
|
||||
return; /* Can't be announced -- we know nothing about it. */
|
||||
tl_assert(lk->magic == LockP_MAGIC);
|
||||
if (!lk->appeared_at)
|
||||
return; /* There's nothing we can show */
|
||||
|
||||
if (VG_(clo_xml)) {
|
||||
/* fixme: add announcement */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user