|
From: <sv...@va...> - 2010-03-07 18:39:41
|
Author: bart
Date: 2010-03-07 18:39:33 +0000 (Sun, 07 Mar 2010)
New Revision: 11075
Log:
Follow-up for r11073: added missing segment creation statement.
Modified:
trunk/drd/drd_hb.c
Modified: trunk/drd/drd_hb.c
===================================================================
--- trunk/drd/drd_hb.c 2010-03-07 12:21:56 UTC (rev 11074)
+++ trunk/drd/drd_hb.c 2010-03-07 18:39:33 UTC (rev 11075)
@@ -239,6 +239,8 @@
p->done = True;
+ DRD_(thread_new_segment)(tid);
+
/*
* Combine all vector clocks that were stored because of happens-before
* annotations with the vector clock of the current thread.
|