mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Revert "Fix for unless/when."
This reverts commit b12d91e726ae5d1742e6d828c2cb5b694ffdf8a3.
This commit is contained in:
parent
72265ac38a
commit
362cfb350e
@ -385,8 +385,7 @@ void CodeFragment::constructOperation(sp::utree const& _t, CompilerState& _s)
|
||||
auto end = m_asm.appendJumpI();
|
||||
m_asm.onePath();
|
||||
m_asm.otherPath();
|
||||
m_asm.append(code[1].m_asm, 0);
|
||||
m_asm << end.tag();
|
||||
m_asm << code[1].m_asm << end.tag();
|
||||
m_asm.donePaths();
|
||||
}
|
||||
else if (us == "WHILE")
|
||||
|
Loading…
Reference in New Issue
Block a user