mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix typo.
This commit is contained in:
parent
935aa09feb
commit
940cfa466d
@ -906,7 +906,7 @@ LinkerObject const& Assembly::assemble() const
|
|||||||
// TODO: remove this when transitioning to unified spec headers
|
// TODO: remove this when transitioning to unified spec headers
|
||||||
if (eof && bytesRequiredForDataAndSubsUpperBound > 0 && ret.bytecode.size() == dataStart)
|
if (eof && bytesRequiredForDataAndSubsUpperBound > 0 && ret.bytecode.size() == dataStart)
|
||||||
{
|
{
|
||||||
// We have commited to a data section, but not actually needed it, so create a fake one.
|
// We have committed to a data section, but not actually needed it, so create a fake one.
|
||||||
ret.bytecode.push_back(0);
|
ret.bytecode.push_back(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user