Consider symmetry in context switch
mikaelpatel opened this issue · 1 comments
mikaelpatel commented
tos is pushed and poped from parameter stack on context switch. ip is not, it is stored in the context struct, but should for symmetry be also pushed and poped from the return stack.
mikaelpatel commented
See commit ec0bbf5.