add catch/throw support, make exceptions and arithmetic tests pass.
This commit is contained in:
@@ -152,11 +152,5 @@ impl MachineState {
|
||||
};
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
pub(super) fn execute_system(&mut self, ct: &SystemClauseType) -> Result<(), MachineError> {
|
||||
match ct {
|
||||
&SystemClauseType::SkipMaxList => self.skip_max_list()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user