mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Adjustments to Solidity compiler code for Function Hash
This commit is contained in:
@@ -31,6 +31,8 @@ namespace dev
|
||||
namespace solidity
|
||||
{
|
||||
|
||||
const unsigned int CompilerUtils::dataStartOffset = 4;
|
||||
|
||||
void CompilerUtils::loadFromMemory(unsigned _offset, unsigned _bytes, bool _leftAligned, bool _fromCalldata)
|
||||
{
|
||||
if (_bytes == 0)
|
||||
|
||||
Reference in New Issue
Block a user