mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Some changes in libdevcore.
This commit is contained in:
parent
3ec162e910
commit
e3597bf213
@ -196,7 +196,7 @@ void CodeFragment::constructOperation(sp::utree const& _t, CompilerState& _s)
|
|||||||
{
|
{
|
||||||
if (_t.size() != 2)
|
if (_t.size() != 2)
|
||||||
error<IncorrectParameterCount>();
|
error<IncorrectParameterCount>();
|
||||||
m_asm.append(CodeFragment::compile(asString(contents(firstAsString())), _s).m_asm);
|
m_asm.append(CodeFragment::compile(contentsString(firstAsString()), _s).m_asm);
|
||||||
}
|
}
|
||||||
else if (us == "SET")
|
else if (us == "SET")
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user