]> hydra-www.ietfng.org Git - dyna2/commit
Fix an infinite loop on a malformed NamedInst
authorNathaniel Wesley Filardo <nwf@cs.jhu.edu>
Thu, 27 Jun 2013 02:00:30 +0000 (22:00 -0400)
committerNathaniel Wesley Filardo <nwf@cs.jhu.edu>
Thu, 27 Jun 2013 02:00:30 +0000 (22:00 -0400)
commit92a434a7d2708f1013a51561208a2838042b08db
tree7f164f3fb85d0328f931d100403169daab1e8fb0
parentdd634b024b78a61142e5c8cfae98575ed2fe68a4
Fix an infinite loop on a malformed NamedInst

While trying to print out a malformed inst is a good idea, it is not a good
idea to try to reduce it first, as that might trigger the malformedness
assertion.
src/Dyna/Analysis/Mode/Execution/NamedInst.hs