From: Julian Seward Date: Sun, 23 Nov 2014 12:27:22 +0000 (+0000) Subject: Merge, from trunk, 14618 X-Git-Tag: svn/VALGRIND_3_10_1~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63e75a9330900d296c557d2759a67296725f3cfc;p=thirdparty%2Fvalgrind.git 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 --- 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;