diff options
Diffstat (limited to 'mps/code')
| -rw-r--r-- | mps/code/protw3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mps/code/protw3.c b/mps/code/protw3.c index 3f7e1c1b816..72235a763a5 100644 --- a/mps/code/protw3.c +++ b/mps/code/protw3.c | |||
| @@ -126,7 +126,7 @@ void ProtSync(Arena arena) | |||
| 126 | /* ProtTramp -- wrap a mutator thread in a Structured Exception Handler filter | 126 | /* ProtTramp -- wrap a mutator thread in a Structured Exception Handler filter |
| 127 | * | 127 | * |
| 128 | * This was the method by which we installed an exception handler on Windows | 128 | * This was the method by which we installed an exception handler on Windows |
| 129 | * prior to MPS 1.111. Not we are using Vectored Exception Handlers, so this | 129 | * prior to MPS 1.111. Now we are using Vectored Exception Handlers, so this |
| 130 | * is deprecated and just calls through to the mutator function. | 130 | * is deprecated and just calls through to the mutator function. |
| 131 | */ | 131 | */ |
| 132 | 132 | ||