mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
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:
parent
8a5c020b4f
commit
dd66bedf94
@ -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));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user