|
From: <sv...@va...> - 2014-07-24 22:30:16
|
Author: philippe
Date: Thu Jul 24 22:30:08 2014
New Revision: 14190
Log:
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.
Modified:
trunk/helgrind/hg_errors.c
Modified: trunk/helgrind/hg_errors.c
==============================================================================
--- trunk/helgrind/hg_errors.c (original)
+++ trunk/helgrind/hg_errors.c Thu Jul 24 22:30:08 2014
@@ -764,8 +764,6 @@
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 */
|