Closed Fumuran closed 6 months ago
Inputs:
{ "operand_stack": ["1", "1"] }
Assembly code:
begin repeat.99999 swap dup.1 add end end
Using modified fibonacci code with 99999 as a repeat number results in Error: RuntimeError: unreachable. But the problem is that after this failure Proving ... toast notification window remains on screen.
99999
Error: RuntimeError: unreachable
Proving ...
This bug doesn't exist anymore
Inputs:
Assembly code:
Using modified fibonacci code with
99999
as a repeat number results inError: RuntimeError: unreachable
. But the problem is that after this failureProving ...
toast notification window remains on screen.