mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Standard service JS script.
Bug fix for load & LLL macros. Move to new services.
This commit is contained in:
parent
a2219639fe
commit
52d7d69902
@ -343,7 +343,7 @@ void CodeFragment::constructOperation(sp::utree const& _t, CompilerState& _s)
|
|||||||
cs.defs.clear();
|
cs.defs.clear();
|
||||||
for (unsigned i = 0; i < m.args.size(); ++i)
|
for (unsigned i = 0; i < m.args.size(); ++i)
|
||||||
{
|
{
|
||||||
requireDeposit(i, 1);
|
//requireDeposit(i, 1);
|
||||||
cs.args[m.args[i]] = code[i];
|
cs.args[m.args[i]] = code[i];
|
||||||
}
|
}
|
||||||
m_asm.append(CodeFragment(m.code, cs).m_asm);
|
m_asm.append(CodeFragment(m.code, cs).m_asm);
|
||||||
|
@ -44,7 +44,7 @@ CodeFragment const& CompilerState::getDef(std::string const& _s)
|
|||||||
void CompilerState::populateStandard()
|
void CompilerState::populateStandard()
|
||||||
{
|
{
|
||||||
static const string s = "{"
|
static const string s = "{"
|
||||||
"(def 'gav 0x8a40bfaa73256b60764c1bf40675a99083efb075)"
|
"(def 'gav 0x51ba59315b3a95761d0863b05ccc7a7f54703d99)"
|
||||||
"(def 'namereg 0x2d0aceee7e5ab874e22ccf8d1a649f59106d74e8)"
|
"(def 'namereg 0x2d0aceee7e5ab874e22ccf8d1a649f59106d74e8)"
|
||||||
"(def 'config 0xccdeac59d35627b7de09332e819d5159e7bb7250)"
|
"(def 'config 0xccdeac59d35627b7de09332e819d5159e7bb7250)"
|
||||||
"(def 'gavcoin 0x5620133321fcac7f15a5c570016f6cb6dc263f9d)"
|
"(def 'gavcoin 0x5620133321fcac7f15a5c570016f6cb6dc263f9d)"
|
||||||
|
Loading…
Reference in New Issue
Block a user