trim down set_cp

This commit is contained in:
Mark Thom
2017-12-25 14:01:36 -07:00
parent a00d9ee5ae
commit 750e7d91ed

View File

@@ -1660,8 +1660,6 @@ impl MachineState {
match addr {
Addr::Con(Constant::Usize(nb)) => {
self.b0 = nb;
if self.b > nb {
self.b = nb;
self.tidy_trail();