1
0
mirror of https://github.com/golang/go synced 2024-11-17 06:24:48 -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 { if islibrary || isarchive {
// Go DLL/archive has been loaded in a non-go program. // Go DLL/archive has been loaded in a non-go program.
// If the exception does not originate from go, the go runtime // 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 return _EXCEPTION_CONTINUE_SEARCH
} }
if testingWER { if testingWER {