mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
yulRun: Fix unexpected return value for call* instructions and add tests
This commit is contained in:
@@ -500,5 +500,6 @@ void ExpressionEvaluator::runExternalCall(evmasm::Instruction _instruction)
|
||||
0,
|
||||
memOutSize.convert_to<size_t>()
|
||||
);
|
||||
m_state.returndata = newInterpreter->returnData();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user