Add base pointer to frame class. Has no real use outside of webijvm
This commit is contained in:
@@ -41,7 +41,7 @@ impl Machine {
|
||||
halted: false,
|
||||
pool,
|
||||
block,
|
||||
frame: vec![Frame::new(ANTI_BS_SIZE)],
|
||||
frame: vec![Frame::new(ANTI_BS_SIZE, 0)],
|
||||
stream_in: Box::new(::std::io::stdin()),
|
||||
stream_out: Arc::new(Mutex::new(::std::io::stdout())),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user