Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
5bed7f76
Commit
5bed7f76
authored
Nov 03, 2015
by
Pedro Gonnet
Browse files
remove spurious check identified by matthieu.
parent
17f75981
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/space.c
View file @
5bed7f76
...
...
@@ -616,7 +616,7 @@ void space_do_parts_sort() {
}
else
{
/* Recurse on the right? */
if
(
jj
+
1
<
j
&&
pivot
+
1
<
max
)
{
if
(
pivot
+
1
<
max
)
{
qid
=
atomic_inc
(
&
space_sort_struct
.
last
)
%
space_sort_struct
.
stack_size
;
space_sort_struct
.
stack
[
qid
].
i
=
jj
+
1
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment