Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SWIFTsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SWIFT
SWIFTsim
Commits
b875704d
Commit
b875704d
authored
9 years ago
by
Pedro Gonnet
Browse files
Options
Downloads
Patches
Plain Diff
fix typo and ignored conditional.
parent
863122d0
No related branches found
No related tags found
2 merge requests
!136
Master
,
!122
Rewait fixes
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/queue.c
+1
-1
1 addition, 1 deletion
src/queue.c
with
1 addition
and
1 deletion
src/queue.c
+
1
−
1
View file @
b875704d
...
...
@@ -145,7 +145,7 @@ struct task *queue_gettask(struct queue *q, const struct task *prev,
/* If there are no tasks, leave immediately. */
if
(
q
->
count
==
0
)
{
lock_unloc
(
qlock
);
lock_unloc
k_blind
(
qlock
);
return
NULL
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment