Skip to content

Commit

Permalink
Fix the problem of compilation on amd64 rustyrussell#65
Browse files Browse the repository at this point in the history
It seems that this patch solve our problem with generator on all
arch supported by Debian.
  • Loading branch information
Frédéric-Emmanuel Picca committed Nov 8, 2018
1 parent 440efa5 commit 1f911e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/configurator/configurator.c
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ static const struct test base_tests[] = {
" void *cq = (void *)(~((ptrdiff_t)cp));\n"
" if ((p == cp) && (q == cq))\n"
" worked = 1;\n"
" setcontext(&b);\n"
" swapcontext(&a, &b);\n"
"}\n"
"int main(void) {\n"
" void *ap = &worked;\n"
Expand Down

0 comments on commit 1f911e6

Please sign in to comment.