Track vex r1793: make all tools able to handle the new IR memory bus
event statement (Ist_MBE).



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7119 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/lackey/lk_main.c b/lackey/lk_main.c
index 8f9cf95..2c2f596 100644
--- a/lackey/lk_main.c
+++ b/lackey/lk_main.c
@@ -670,7 +670,7 @@
          case Ist_AbiHint:
          case Ist_Put:
          case Ist_PutI:
-         case Ist_MFence:
+         case Ist_MBE:
             addStmtToIRSB( sbOut, st );
             break;