Closed VolkerChristian closed 3 months ago
x0 hast to be 0 in case setcontext is called with a context acquired by getcontext. Thus x0 must be stored in getcontext as 0.
This has the side effect of not storing x1, which seems wrong to me.
It seems fine, so I merged it. Thanks!
x0 hast to be 0 in case setcontext is called with a context acquired by getcontext. Thus x0 must be stored in getcontext as 0.