Alex Ionescu ha scritto:
If something is happening to these flags, PSEH should
be fixed -- not
making every flag in the source base a volatile.
PSEH is based setjmp/longjmp, some local variables WILL be reset when an
exception is caught and they MUST be marked as "volatile". I documented
this a long time ago