mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge remote-tracking branch 'ethereum/develop' into sol_contractCompiler
Conflicts: alethzero/CMakeLists.txt
This commit is contained in:
commit
e9f8ebe4dc
@ -413,8 +413,8 @@ bytes Assembly::assemble() const
|
||||
break;
|
||||
}
|
||||
case Tag:
|
||||
ret.push_back((byte)Instruction::JUMPDEST);
|
||||
tagPos[(unsigned)i.m_data] = ret.size();
|
||||
ret.push_back((byte)Instruction::JUMPDEST);
|
||||
break;
|
||||
default:;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user