-
- Downloads
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.
Loading
Please register or sign in to comment
Due to the "red zone", stack operations may corrupt local variables. Use ordinary moves and jumps instead.