Skip to content

Commit

Permalink
Use CodeOffsets
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Mar 18, 2023
1 parent 6d78153 commit 8a6e9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/evmone/baseline.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class CodeAnalysis
uint8_t eof_version = 0; ///< The EOF version, 0 means legacy code.
/// Offset of each code section relative to the beginning of the first code
/// section. We flatten the sections for cheap execution.
std::vector<uint16_t> code_offsets;
CodeOffsets code_offsets;

private:
/// Padded code for faster legacy code execution.
Expand Down

0 comments on commit 8a6e9c2

Please sign in to comment.