RESOLVED INVALID 120906
[Windows] Update StructuredExceptionHandlerSuppressor for 64-bit
https://bugs.webkit.org/show_bug.cgi?id=120906
Summary [Windows] Update StructuredExceptionHandlerSuppressor for 64-bit
Brent Fulgham
Reported 2013-09-06 15:55:25 PDT
The inline assembly used to update and manipulate the Thread Information Blocks under 32-bit Windows need to be revised for the changes under the 64-bit architecture.
Attachments
Radar WebKit Bug Importer
Comment 1 2013-09-06 15:56:23 PDT
Brent Fulgham
Comment 2 2014-01-22 17:38:31 PST
This may actually not be necessary, since there is no similar concept of a chain of exception handlers that have to be modified at the assembly level. Microsoft doesn't seem to have updated the article on this technique for 64-bit, so it's unclear if anything is needed here.
Brent Fulgham
Comment 3 2015-01-05 15:12:52 PST
It turns out that this was not needed for 64-bit support.
Note You need to log in before you can comment on or make changes to this bug.