mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-02-11 03:27:00 +00:00
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>