forked from ariadne/libucontext
tests: add additional verbosity
parent
d31eaabbaf
commit
d696a0b692
|
@ -70,6 +70,9 @@ int main (int argc, const char *argv[]) {
|
||||||
makecontext(&ctx[2], f2, 0);
|
makecontext(&ctx[2], f2, 0);
|
||||||
|
|
||||||
|
|
||||||
|
printf("doing initial swapcontext\n");
|
||||||
|
|
||||||
|
|
||||||
swapcontext(&ctx[0], &ctx[2]);
|
swapcontext(&ctx[0], &ctx[2]);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue