Fix name space pollution in __asm sections
This commit is contained in:
parent
09641d16f5
commit
cc576bd640
|
@ -11098,7 +11098,7 @@ Expression* Parser::ParseAssembler(void)
|
||||||
|
|
||||||
exitLabel = true;
|
exitLabel = true;
|
||||||
|
|
||||||
Declaration* dec = mScope->Lookup(label);
|
Declaration* dec = mScope->Lookup(label, SLEVEL_STATIC);
|
||||||
if (dec)
|
if (dec)
|
||||||
{
|
{
|
||||||
if (dec->mType != DT_LABEL || dec->mBase)
|
if (dec->mType != DT_LABEL || dec->mBase)
|
||||||
|
|
Loading…
Reference in New Issue