Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIXED: Avoid corruption in setjmp()/longjmp()
Clang demands using a volatile variable for protecting the throw environment's parent. This is probably correct, although it seems weird to place this variable in a register.
- Loading branch information