Added GNU GCC support, linux binary
This commit is contained in:
@ -111,7 +111,7 @@ void LabelMngr::CompleteQueue(bool isLocal)
|
||||
while (!stk->empty())
|
||||
{
|
||||
CError->SetLine(stk->top()->line);
|
||||
CError->ErrorMsg(Err_Bad_Lbel);
|
||||
CError->ErrorMsg(Err_Bad_Label);
|
||||
stk->pop();
|
||||
}
|
||||
}
|
||||
@ -154,4 +154,5 @@ bool LabelMngr::EraseLabel(std::string &sym)
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user