1
0
mirror of https://github.com/golang/go synced 2024-11-17 02:14:42 -07:00
Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>
This commit is contained in:
Simon Ferquel 2019-08-05 13:28:21 +02:00
parent a5f71ea935
commit dbdffcb432

View File

@ -174,7 +174,7 @@ func lastcontinuehandler(info *exceptionrecord, r *context, gp *g) int32 {
if islibrary || isarchive {
// Go DLL/archive has been loaded in a non-go program.
// If the exception does not originate from go, the go runtime
// should not take responsibility of crashing the process
// should not take responsibility of crashing the process.
return _EXCEPTION_CONTINUE_SEARCH
}
if testingWER {