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