mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Implement uninitialized storage functions.
This commit is contained in:
@@ -485,6 +485,7 @@ LinkerObject const& Assembly::assemble() const
|
||||
break;
|
||||
case Tag:
|
||||
tagPos[(unsigned)i.data()] = ret.bytecode.size();
|
||||
assertThrow(ret.bytecode.size() < 0xffffffffL, AssemblyException, "Tag too large.");
|
||||
assertThrow(i.data() != 0, AssemblyException, "");
|
||||
ret.bytecode.push_back((byte)Instruction::JUMPDEST);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user