This change saves and restores the full flags register in x86_64 mode.
This makes running instrumented signal handlers safer, and avoids flags
set during the execution of the event handlers from polluting the
instrumented call's flags state.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCRT Compiler Runtime