Fix #205
This commit is contained in:
parent
0d041834db
commit
2402978c3a
|
@ -227,7 +227,7 @@ private:
|
||||||
int depth = 1;
|
int depth = 1;
|
||||||
formatStep();
|
formatStep();
|
||||||
inAsm = true;
|
inAsm = true;
|
||||||
while (index < tokens.length)
|
while (index < tokens.length && depth > 0)
|
||||||
{
|
{
|
||||||
if (currentIs(tok!"{"))
|
if (currentIs(tok!"{"))
|
||||||
++depth;
|
++depth;
|
||||||
|
|
Loading…
Reference in New Issue