mirror of
https://github.com/golang/go
synced 2024-11-17 02:14:42 -07:00
Typo fix
Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>
This commit is contained in:
parent
a5f71ea935
commit
dbdffcb432
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user