Adjustments to Solidity compiler code for Function Hash

This commit is contained in:
Lefteris Karapetsas
2015-01-09 00:27:26 +01:00
parent a7b661d3be
commit 9cf1c066fc
7 changed files with 37 additions and 40 deletions
+2
View File
@@ -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)