-
Notifications
You must be signed in to change notification settings - Fork 7
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 #696 from gofractally/eos-vm-upstream-merge
Update eos-vm
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule eos-vm
updated
7 files
+2 −6 | CMakeLists.txt | |
+5 −0 | include/eosio/vm/allocator.hpp | |
+11 −7 | include/eosio/vm/execution_context.hpp | |
+1 −1 | include/eosio/vm/profile.hpp | |
+28 −4 | include/eosio/vm/signals.hpp | |
+67 −13 | include/eosio/vm/x86_64.hpp | |
+6 −2 | tests/signals_tests.cpp |