mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-21 02:59:15 +00:00
Unix/Signals.inc: Fix a typo. Thanks to Dani Berg!
llvm-svn: 163288
This commit is contained in:
parent
43a54f6830
commit
2c109dd4b6
@ -293,7 +293,7 @@ static void PrintStackTrace(void *) {
|
||||
#endif
|
||||
}
|
||||
|
||||
/// PrintStackTraceOnErrorSignal - When an error signal (such as SIBABRT or
|
||||
/// PrintStackTraceOnErrorSignal - When an error signal (such as SIGABRT or
|
||||
/// SIGSEGV) is delivered to the process, print a stack trace and then exit.
|
||||
void llvm::sys::PrintStackTraceOnErrorSignal() {
|
||||
AddSignalHandler(PrintStackTrace, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user