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 p: it.second)
|
||||
if (p > m_stackHeight)
|
||||
{
|
||||
assertThrow(false, OptimizerException, "");
|
||||
}
|
||||
// do some cleanup
|
||||
removeStackTopIfPossible();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user