diff --git a/tools/configurator/configurator.c b/tools/configurator/configurator.c index 1386fc90c..10059f3bc 100644 --- a/tools/configurator/configurator.c +++ b/tools/configurator/configurator.c @@ -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"