|
From: <sv...@va...> - 2014-11-23 12:27:28
|
Author: sewardj
Date: Sun Nov 23 12:27:22 2014
New Revision: 14752
Log:
Merge, from trunk, 14618
14618 Handle (by ignoring) Imbe_CancelReservation. (hg)
Modified:
branches/VALGRIND_3_10_BRANCH/ (props changed)
branches/VALGRIND_3_10_BRANCH/helgrind/hg_main.c
Modified: branches/VALGRIND_3_10_BRANCH/helgrind/hg_main.c
==============================================================================
--- branches/VALGRIND_3_10_BRANCH/helgrind/hg_main.c (original)
+++ branches/VALGRIND_3_10_BRANCH/helgrind/hg_main.c Sun Nov 23 12:27:22 2014
@@ -4568,6 +4568,7 @@
case Ist_MBE:
switch (st->Ist.MBE.event) {
case Imbe_Fence:
+ case Imbe_CancelReservation:
break; /* not interesting */
default:
goto unhandled;
|