Add missing break spotted by Nick. Turns out to be harmless - but

only because I was lucky.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3384
This commit is contained in:
Julian Seward 2005-03-17 03:17:54 +00:00
parent 8a5c020b4f
commit dd66bedf94

View File

@ -1035,6 +1035,7 @@ IRBB* TL_(instrument)(IRBB* bb_in, VexGuestLayout* layout, IRType hWordTy )
tl_assert(isAtom(aexpr));
hsz = sizeofIRType(typeOfIRExpr(bb_in->tyenv, data));
isLoad = False;
break;
case Ist_Put:
tl_assert(isAtom(st->Ist.Put.data));