Skip to content

Commit

Permalink
baseline: Use generic CODESIZE implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed May 31, 2021
1 parent 14862b6 commit 0a62d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/evmone/baseline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ evmc_result execute(const VM& vm, ExecutionState& state, const CodeAnalysis& ana
break;
}
case OP_CODESIZE:
state.stack.push(code_size);
codesize(state);
break;
case OP_CODECOPY:
{
Expand Down

0 comments on commit 0a62d3f

Please sign in to comment.