|
From: <sv...@va...> - 2007-11-29 13:04:00
|
Author: sewardj
Date: 2007-11-29 13:04:03 +0000 (Thu, 29 Nov 2007)
New Revision: 7251
Log:
So much for C's "type system" (ha ha). Correct version of r7250.
Modified:
trunk/helgrind/hg_main.c
Modified: trunk/helgrind/hg_main.c
===================================================================
--- trunk/helgrind/hg_main.c 2007-11-29 12:53:25 UTC (rev 7250)
+++ trunk/helgrind/hg_main.c 2007-11-29 13:04:03 UTC (rev 7251)
@@ -6241,7 +6241,7 @@
HG_(deleteBag)( lk->heldBy );
lk->heldBy = NULL;
lk->heldW = False;
- lk->acquired_at = False;
+ lk->acquired_at = NULL;
}
tl_assert( !lk->heldBy );
tl_assert( is_sane_LockN(lk) );
|