From 63e75a9330900d296c557d2759a67296725f3cfc Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Sun, 23 Nov 2014 12:27:22 +0000 Subject: [PATCH] Merge, from trunk, 14618 14618 Handle (by ignoring) Imbe_CancelReservation. (hg) git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_10_BRANCH@14752 --- helgrind/hg_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/helgrind/hg_main.c b/helgrind/hg_main.c index ef31041404..272f0cbb3d 100644 --- a/helgrind/hg_main.c +++ b/helgrind/hg_main.c @@ -4568,6 +4568,7 @@ IRSB* hg_instrument ( VgCallbackClosure* closure, case Ist_MBE: switch (st->Ist.MBE.event) { case Imbe_Fence: + case Imbe_CancelReservation: break; /* not interesting */ default: goto unhandled; -- 2.47.2