x64: avoid stack instructions in context switch code
Due to the "red zone", stack operations may corrupt local variables. Use ordinary moves and jumps instead.
Please register or sign in to comment
Due to the "red zone", stack operations may corrupt local variables. Use ordinary moves and jumps instead.