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