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
d293b3a0
Commit
d293b3a0
authored
Jun 29, 2016
by
Matthieu Schaller
Browse files
Typo in debug mode.
parent
589f956a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/engine.c
View file @
d293b3a0
...
...
@@ -277,7 +277,7 @@ void engine_redistribute(struct engine *e) {
}
#ifdef SWIFT_DEBUG_CHECKS
if
(
s
->
parts
[
k
].
gpart
->
id_or_ne
d
_offset
>=
0
)
if
(
s
->
parts
[
k
].
gpart
->
id_or_ne
g
_offset
>=
0
)
error
(
"Trying to link a partnerless gpart !"
);
#endif
...
...
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