Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/eosio/vm/backend.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ namespace eosio { namespace vm {
// First pass: finds max size of memory required by parsing.
{
// Memory used by this pass is freed when going out of the scope
module first_pass_module;
vm::module first_pass_module;
first_pass_module.allocator.use_default_memory();
parser_t{ first_pass_module.allocator, options }.parse_module2(ptr, sz, first_pass_module, debug);
first_pass_module.finalize();
Expand Down