Cleanup Compiler

This commit is contained in:
Paweł Bylica 2014-10-07 19:29:56 +02:00
parent b273b863b1
commit bb1954089c
2 changed files with 569 additions and 580 deletions

View file

@ -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;

File diff suppressed because it is too large Load diff