-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request EOSIO#7993 from EOSIO/update_eos_vm
update eos-vm to latest develop, fix issues with instantiation limit …
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule eos-vm
updated
10 files
+179 −2 | include/eosio/vm/allocator.hpp | |
+13 −3 | include/eosio/vm/backend.hpp | |
+2 −11 | include/eosio/vm/execution_context.hpp | |
+2 −3 | include/eosio/vm/host_function.hpp | |
+5 −2 | include/eosio/vm/types.hpp | |
+1 −1 | include/eosio/vm/x86_64.hpp | |
+1 −1 | tests/CMakeLists.txt | |
+66 −0 | tests/instantiation_tests.cpp | |
+1 −0 | tests/utils.hpp | |
+1 −2 | tools/hello_driver.cpp |