mirror of
https://github.com/golang/go
synced 2024-11-19 17:24:41 -07:00
gc: alternative clang compatible abort.
Tested on clang 2.9/amd64 R=rsc, jeff, r CC=golang-dev https://golang.org/cl/4517143
This commit is contained in:
parent
d5c45c541d
commit
6998ea2982
@ -105,7 +105,7 @@ hcrash(void)
|
|||||||
flusherrors();
|
flusherrors();
|
||||||
if(outfile)
|
if(outfile)
|
||||||
unlink(outfile);
|
unlink(outfile);
|
||||||
abort();
|
*(volatile int*)0 = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user