Skip to content

Commit

Permalink
Revert "Create CodeFragment.cpp"
Browse files Browse the repository at this point in the history
This reverts commit 91586dc.
  • Loading branch information
benjaminion committed Jun 9, 2017
1 parent b970eca commit 6977c34
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions liblll/CodeFragment.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,10 @@ void CodeFragment::constructOperation(sp::utree const& _t, CompilerState& _s)
m_asm.append(i.m_asm);
m_asm.popTo(1);
}
else if (us == "PANIC")
{
m_asm.append(Instruction::INVALID);
}
else if (us == "BYTECODESIZE")
{
m_asm.appendProgramSize();
Expand Down

0 comments on commit 6977c34

Please sign in to comment.