mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-03 14:23:07 +00:00
fix
This commit is contained in:
parent
b29de2c46a
commit
799d333a90
@ -67,7 +67,7 @@ pub(crate) fn run(
|
||||
};
|
||||
|
||||
while interpreter.running {
|
||||
interpreter.run_opcode();
|
||||
interpreter.run_opcode()?;
|
||||
}
|
||||
|
||||
Ok(interpreter)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user