Cycles: Cleanup, indentation

This commit is contained in:
Sergey Sharybin
2018-12-11 12:57:57 +01:00
parent 6bc828ed87
commit 39d24ffccb
2 changed files with 6 additions and 3 deletions

View File

@@ -212,6 +212,9 @@ int SVMCompiler::stack_find_offset(int size)
while(i >= offset)
active_stack.users[i--] = 1;
if (offset == 255) {
abort();
}
return offset;
}
}