mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix namespace.
This commit is contained in:
parent
2b0c653f57
commit
e82dcd1f91
@ -637,7 +637,7 @@ int CodeTransform::appendPopUntil(int _targetDepth)
|
|||||||
{
|
{
|
||||||
int const stackDiffAfter = m_assembly.stackHeight() - _targetDepth;
|
int const stackDiffAfter = m_assembly.stackHeight() - _targetDepth;
|
||||||
for (int i = 0; i < stackDiffAfter; ++i)
|
for (int i = 0; i < stackDiffAfter; ++i)
|
||||||
m_assembly.appendInstruction(solidity::Instruction::POP);
|
m_assembly.appendInstruction(dev::eth::Instruction::POP);
|
||||||
return stackDiffAfter;
|
return stackDiffAfter;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user