mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 12:46:44 +00:00
All jump support code paths tested. Thanks @CJentzsch.
This commit is contained in:
parent
5b4e1300a8
commit
035c3760e0
1 changed files with 0 additions and 1 deletions
|
|
@ -599,7 +599,6 @@ void Compiler::compileBasicBlock(BasicBlock& _basicBlock, bytes const& _bytecode
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
UNTESTED;
|
|
||||||
stack.push(target);
|
stack.push(target);
|
||||||
m_builder.CreateCondBr(cond, getJumpTableBlock(), _nextBasicBlock);
|
m_builder.CreateCondBr(cond, getJumpTableBlock(), _nextBasicBlock);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue