mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-21 20:26:41 +00:00
Cleanup Compiler
This commit is contained in:
parent
b273b863b1
commit
bb1954089c
2 changed files with 569 additions and 580 deletions
|
|
@ -25,7 +25,8 @@ public:
|
||||||
|
|
||||||
State& getState() { return m_state; }
|
State& getState() { return m_state; }
|
||||||
|
|
||||||
void setEnd(ProgramCounter _endInstIdx) { m_endInstIdx = _endInstIdx; }
|
ProgramCounter begin() { return m_beginInstIdx; }
|
||||||
|
ProgramCounter end() { return m_endInstIdx; }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
ProgramCounter m_beginInstIdx;
|
ProgramCounter m_beginInstIdx;
|
||||||
|
|
|
||||||
1146
evmcc/Compiler.cpp
1146
evmcc/Compiler.cpp
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue