Added bytecode output.
This commit is contained in:
@@ -24,6 +24,11 @@
|
||||
|
||||
LabelMngr::~LabelMngr()
|
||||
{
|
||||
Clear();
|
||||
}
|
||||
|
||||
void LabelMngr::Clear()
|
||||
{
|
||||
std::vector<LabelMngr::Label *>::iterator i;
|
||||
|
||||
for (i=List.begin(); i!=List.end(); i++)
|
||||
|
||||
Reference in New Issue
Block a user