mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add gasleft constraint and use full member access name
This commit is contained in:
@@ -28,6 +28,6 @@ SSAVariable::SSAVariable()
|
||||
void SSAVariable::resetIndex()
|
||||
{
|
||||
m_currentIndex = 0;
|
||||
m_nextFreeIndex.reset (new int);
|
||||
m_nextFreeIndex.reset (new unsigned);
|
||||
*m_nextFreeIndex = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user