mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-25 17:17:43 +00:00
This replaces vectored exception handler code which fixed up the 8087 CW with a thread-safe version of Set8087CW that avoids the global variable Default8087CW. We would get occasional situations where exceptions were raised on 2 threads simultaneously, which could lead to a race where the first thread set Default8087CW to $1340, and then the second thread would read that and think that is the default to keep. We want to avoid touching Default8087CW altogether here. See also https://stackoverflow.com/a/39684636/1836776 and RSP-13643. |
||
|---|---|---|
| .. | ||
| src | ||