mirror of
https://github.com/herumi/xbyak
synced 2024-11-20 16:06:14 -07:00
move CrearError from LabelManager::reset() to CodeGenerator::reset()
This commit is contained in:
parent
20b2b1eae1
commit
5e27eddaeb
1 changed files with 1 additions and 1 deletions
|
@ -1485,7 +1485,6 @@ public:
|
|||
clabelDefList_.clear();
|
||||
clabelUndefList_.clear();
|
||||
resetLabelPtrList();
|
||||
ClearError();
|
||||
}
|
||||
void enterLocal()
|
||||
{
|
||||
|
@ -2804,6 +2803,7 @@ public:
|
|||
}
|
||||
void reset()
|
||||
{
|
||||
ClearError();
|
||||
resetSize();
|
||||
labelMgr_.reset();
|
||||
labelMgr_.set(this);
|
||||
|
|
Loading…
Reference in a new issue