We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e50aa0d commit b592f2eCopy full SHA for b592f2e
lib/evmone/baseline_instruction_table.cpp
@@ -29,6 +29,10 @@ constexpr auto legacy_cost_tables = []() noexcept {
29
tables[EVMC_CANCUN][OP_RJUMPV] = instr::undefined;
30
tables[EVMC_CANCUN][OP_CALLF] = instr::undefined;
31
tables[EVMC_CANCUN][OP_RETF] = instr::undefined;
32
+ tables[EVMC_CANCUN][OP_DATALOAD] = instr::undefined;
33
+ tables[EVMC_CANCUN][OP_DATALOADN] = instr::undefined;
34
+ tables[EVMC_CANCUN][OP_DATASIZE] = instr::undefined;
35
+ tables[EVMC_CANCUN][OP_DATACOPY] = instr::undefined;
36
return tables;
37
}();
38
0 commit comments