fix crashes caused by inlined optimization.

This commit is contained in:
Mark Thom
2018-02-09 00:09:34 -07:00
parent 9c1b48865b
commit 5b1475435a
2 changed files with 5 additions and 1 deletions

View File

@@ -900,7 +900,6 @@ impl ControlInstruction {
&ControlInstruction::GotoExecute(..) => true,
&ControlInstruction::GroundCall => true,
&ControlInstruction::GroundExecute => true,
&ControlInstruction::Proceed => true,
&ControlInstruction::IsCall(..) => true,
&ControlInstruction::IsExecute(..) => true,
&ControlInstruction::JmpByCall(..) => true,