mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Yul proto fuzzer: Fix typo in low level call
This commit is contained in:
parent
049e950085
commit
137a898eca
@ -741,7 +741,7 @@ void ProtoConverter::visit(LowLevelCall const& _x)
|
||||
m_output << ", ";
|
||||
visit(_x.addr());
|
||||
m_output << ", ";
|
||||
if (type == LowLevelCall::CALL || LowLevelCall::CALLCODE)
|
||||
if (type == LowLevelCall::CALL || type == LowLevelCall::CALLCODE)
|
||||
{
|
||||
visit(_x.wei());
|
||||
m_output << ", ";
|
||||
|
Loading…
Reference in New Issue
Block a user