mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix for assembler.
This commit is contained in:
parent
64786387c1
commit
577503539e
@ -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