From 47fd4fc0dd6217e5c2327e92173a1fba1d4dea1f Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 7 Mar 2010 18:39:33 +0000 Subject: [PATCH] Follow-up for r11073: added missing segment creation statement. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11075 --- drd/drd_hb.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drd/drd_hb.c b/drd/drd_hb.c index 1f65e82f8a..dfff3fea0c 100644 --- a/drd/drd_hb.c +++ b/drd/drd_hb.c @@ -239,6 +239,8 @@ void DRD_(hb_happens_after)(const DrdThreadId tid, const Addr hb) 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. -- 2.47.3