mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Windows build fix.
This commit is contained in:
parent
58509ca3aa
commit
d34b561f68
@ -303,7 +303,9 @@ void CSECodeGenerator::generateClassElement(Id _c, bool _allowSequenced)
|
|||||||
for (auto it: m_classPositions)
|
for (auto it: m_classPositions)
|
||||||
for (auto p: it.second)
|
for (auto p: it.second)
|
||||||
if (p > m_stackHeight)
|
if (p > m_stackHeight)
|
||||||
|
{
|
||||||
assertThrow(false, OptimizerException, "");
|
assertThrow(false, OptimizerException, "");
|
||||||
|
}
|
||||||
// do some cleanup
|
// do some cleanup
|
||||||
removeStackTopIfPossible();
|
removeStackTopIfPossible();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user