mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Permit Yul interpreter vs Evmone storage comparison.
This commit is contained in:
+2
-1
@@ -794,7 +794,8 @@ void EVMHostPrinter::storage()
|
||||
{
|
||||
for (auto const& [slot, value]: m_host.get_address_storage(m_account))
|
||||
if (m_host.get_storage(m_account, slot))
|
||||
m_stateStream << m_host.convertFromEVMC(slot)
|
||||
m_stateStream << " "
|
||||
<< m_host.convertFromEVMC(slot)
|
||||
<< ": "
|
||||
<< m_host.convertFromEVMC(value.value)
|
||||
<< endl;
|
||||
|
||||
Reference in New Issue
Block a user