Skip to content

Commit 3307e87

Browse files
author
SuperInstance DocBot
committed
fix: vm interpreter update
1 parent a8ce6bd commit 3307e87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vm/interpreter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pub struct Interpreter<'a> {
1111
pub halted: bool,
1212
pub cycle_count: u64,
1313
max_cycles: u64,
14-
stack: Vec<i32>,
14+
pub stack: Vec<i32>,
1515
}
1616

1717
impl<'a> Interpreter<'a> {

0 commit comments

Comments
 (0)