mikaelpatel/Arduino-FVM

Consider symmetry in context switch

mikaelpatel opened this issue · 1 comments

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.

See commit ec0bbf5.