mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix typo.
This commit is contained in:
parent
74a704675e
commit
4c469c7b70
@ -906,7 +906,7 @@ LinkerObject const& Assembly::assemble() const
|
||||
// TODO: remove this when transitioning to unified spec headers
|
||||
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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user