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
32088afa
Commit
32088afa
authored
May 27, 2013
by
Pedro Gonnet
Browse files
typo.
Former-commit-id: dccbf32f8adc3f9bd3c5b2616dcf9feae08ab51b
parent
d3c5ab38
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/space.c
View file @
32088afa
...
...
@@ -827,7 +827,7 @@ struct task *space_addtask ( struct space *s , int type , int subtype , int flag
/* Add an index for it. */
// lock_lock( &s->lock );
s
->
tasks_ind
[
atomic_inc
(
s
->
nr_tasks
)
]
=
ind
;
s
->
tasks_ind
[
atomic_inc
(
&
s
->
nr_tasks
)
]
=
ind
;
// lock_unlock_blind( &s->lock );
/* Return a pointer to the new task. */
...
...
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