This commit is contained in:
Hackerpilot 2016-01-14 14:22:23 -08:00
parent 0d041834db
commit 2402978c3a
1 changed files with 1 additions and 1 deletions

View File

@ -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;