Cycles: Cleanup, indentation
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user