Push fixes for red alarm
This commit is contained in:
+1
-1
Submodule shrooms-vb-core updated: 06849b54ba...57dcd8370a
@@ -147,7 +147,8 @@ impl Sim {
|
||||
let memory = vec![0u64; size.div_ceil(4)];
|
||||
let sim: *mut VB = Box::into_raw(memory.into_boxed_slice()).cast();
|
||||
unsafe { vb_init(sim) };
|
||||
unsafe { vb_set_option(sim, VBOption::PseudoHalt, 1) };
|
||||
// pseudohalt is disabled due to breaking red alarm
|
||||
unsafe { vb_set_option(sim, VBOption::PseudoHalt, 0) };
|
||||
unsafe { vb_reset(sim) };
|
||||
|
||||
// set up userdata
|
||||
|
||||
Reference in New Issue
Block a user