stdlib: Fix tst-makecontext2 log when swapcontext fails
commit4a13b3ef46fc10e695630d4774af7fe4944f64ca
authorStafford Horne <shorne@gmail.com>
Fri, 3 Mar 2023 17:03:00 +0000 (4 02:03 +0900)
committerStafford Horne <shorne@gmail.com>
Sat, 23 Mar 2024 08:36:28 +0000 (23 08:36 +0000)
tree86f2ca7f6cd681279133479b88e654f1347f7e39
parentad05a42370fa09062ff2b450fb69905d9f407643
stdlib: Fix tst-makecontext2 log when swapcontext fails

The log incorrectly prints, setcontext failed.  Update this to indicate
that actually swapcontext failed.

Signed-off-by: Stafford Horne <shorne@gmail.com>
Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
stdlib/tst-makecontext2.c