This commit is contained in:
Daniel Lubarov 2022-07-18 10:40:02 -07:00
parent b29de2c46a
commit 799d333a90

View File

@ -67,7 +67,7 @@ pub(crate) fn run(
};
while interpreter.running {
interpreter.run_opcode();
interpreter.run_opcode()?;
}
Ok(interpreter)