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