mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-27 20:45:48 +00:00
d2586c3a73
Move the EVM setup and call in `macro_assembler` (`runVM`) entirely to new function `asmCallEvm` in `call_evm`. Extra return values needed for testing are returned specially from `asmCallEvm`. Signed-off-by: Jamie Lokier <jamie@shareable.org>