forked from AbleOS/holey-bytes
doc
This commit is contained in:
parent
4f53fb1c87
commit
9196519fae
|
@ -365,6 +365,9 @@ pub enum VmRunError {
|
|||
/// Virtual machine halt ok
|
||||
#[derive(Copy, Clone, Debug, PartialEq, Eq)]
|
||||
pub enum VmRunOk {
|
||||
/// Program has eached its end
|
||||
End,
|
||||
|
||||
/// Program was interrupted by a timer
|
||||
Timer,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue